merge refactoring of the bootstrap->chef cookbooks
This commit is contained in:
commit
22b2188928
@ -1,11 +1,35 @@
|
|||||||
{
|
{
|
||||||
|
"dependencies": {
|
||||||
|
},
|
||||||
|
"replacing": {
|
||||||
|
},
|
||||||
|
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth",
|
||||||
|
"groupings": {
|
||||||
|
},
|
||||||
|
"platforms": {
|
||||||
|
"ubuntu": [
|
||||||
|
|
||||||
|
],
|
||||||
|
"debian": [
|
||||||
|
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"version": "0.7.0",
|
||||||
|
"recommendations": {
|
||||||
|
},
|
||||||
|
"name": "postfix",
|
||||||
|
"maintainer": "Opscode, Inc.",
|
||||||
|
"long_description": "",
|
||||||
"recipes": {
|
"recipes": {
|
||||||
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl"
|
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl"
|
||||||
},
|
},
|
||||||
|
"suggestions": {
|
||||||
|
},
|
||||||
|
"maintainer_email": "cookbooks@opscode.com",
|
||||||
"attributes": {
|
"attributes": {
|
||||||
"postfix/smtp_sasl_password_maps": {
|
"postfix/smtp_sasl_password_maps": {
|
||||||
"default": "hash:/etc/postfix/sasl_passwd",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "hash:/etc/postfix/sasl_passwd",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -18,8 +42,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_sasl_security_options": {
|
"postfix/smtp_sasl_security_options": {
|
||||||
"default": "noanonymous",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "noanonymous",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -32,8 +56,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/mail_relay_networks": {
|
"postfix/mail_relay_networks": {
|
||||||
"default": "127.0.0.0/8",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "127.0.0.0/8",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -46,8 +70,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/myorigin": {
|
"postfix/myorigin": {
|
||||||
"default": "$myhostname",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "$myhostname",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -60,8 +84,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/myhostname": {
|
"postfix/myhostname": {
|
||||||
"default": "fqdn",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "fqdn",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -74,8 +98,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_sasl_user_name": {
|
"postfix/smtp_sasl_user_name": {
|
||||||
"default": "",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -88,8 +112,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_tls_cafile": {
|
"postfix/smtp_tls_cafile": {
|
||||||
"default": "/etc/postfix/cacert.pem",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "/etc/postfix/cacert.pem",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -102,8 +126,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_sasl_passwd": {
|
"postfix/smtp_sasl_passwd": {
|
||||||
"default": "",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -116,8 +140,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/mail_type": {
|
"postfix/mail_type": {
|
||||||
"default": "client",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "client",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -130,8 +154,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_use_tls": {
|
"postfix/smtp_use_tls": {
|
||||||
"default": "yes",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "yes",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -144,8 +168,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/relayhost": {
|
"postfix/relayhost": {
|
||||||
"default": "",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -158,8 +182,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/smtp_sasl_auth_enable": {
|
"postfix/smtp_sasl_auth_enable": {
|
||||||
"default": "no",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "no",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -172,8 +196,8 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
},
|
},
|
||||||
"postfix/mydomain": {
|
"postfix/mydomain": {
|
||||||
"default": "domain",
|
|
||||||
"calculated": false,
|
"calculated": false,
|
||||||
|
"default": "domain",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"choice": [
|
"choice": [
|
||||||
|
|
||||||
@ -199,33 +223,9 @@
|
|||||||
"required": "optional"
|
"required": "optional"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"providing": {
|
|
||||||
},
|
|
||||||
"platforms": {
|
|
||||||
"ubuntu": [
|
|
||||||
|
|
||||||
],
|
|
||||||
"debian": [
|
|
||||||
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"dependencies": {
|
|
||||||
},
|
|
||||||
"replacing": {
|
|
||||||
},
|
|
||||||
"version": "0.8.0",
|
|
||||||
"name": "postfix",
|
|
||||||
"groupings": {
|
|
||||||
},
|
|
||||||
"long_description": "",
|
|
||||||
"recommendations": {
|
|
||||||
},
|
|
||||||
"license": "Apache 2.0",
|
|
||||||
"maintainer": "Opscode, Inc.",
|
|
||||||
"suggestions": {
|
|
||||||
},
|
|
||||||
"maintainer_email": "cookbooks@opscode.com",
|
|
||||||
"conflicting": {
|
"conflicting": {
|
||||||
},
|
},
|
||||||
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
|
"license": "Apache 2.0",
|
||||||
|
"providing": {
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user