Skip to content

Commit

Permalink
merge refactoring of the bootstrap->chef cookbooks
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Apr 30, 2010
2 parents 0ed9f8b + 7ec6953 commit 22b2188
Showing 1 changed file with 40 additions and 40 deletions.
80 changes: 40 additions & 40 deletions metadata.json
@@ -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": {
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl"
},
"suggestions": {
},
"maintainer_email": "cookbooks@opscode.com",
"attributes": {
"postfix/smtp_sasl_password_maps": {
"default": "hash:/etc/postfix/sasl_passwd",
"calculated": false,
"default": "hash:/etc/postfix/sasl_passwd",
"type": "string",
"choice": [

Expand All @@ -18,8 +42,8 @@
"required": "optional"
},
"postfix/smtp_sasl_security_options": {
"default": "noanonymous",
"calculated": false,
"default": "noanonymous",
"type": "string",
"choice": [

Expand All @@ -32,8 +56,8 @@
"required": "optional"
},
"postfix/mail_relay_networks": {
"default": "127.0.0.0/8",
"calculated": false,
"default": "127.0.0.0/8",
"type": "string",
"choice": [

Expand All @@ -46,8 +70,8 @@
"required": "optional"
},
"postfix/myorigin": {
"default": "$myhostname",
"calculated": false,
"default": "$myhostname",
"type": "string",
"choice": [

Expand All @@ -60,8 +84,8 @@
"required": "optional"
},
"postfix/myhostname": {
"default": "fqdn",
"calculated": false,
"default": "fqdn",
"type": "string",
"choice": [

Expand All @@ -74,8 +98,8 @@
"required": "optional"
},
"postfix/smtp_sasl_user_name": {
"default": "",
"calculated": false,
"default": "",
"type": "string",
"choice": [

Expand All @@ -88,8 +112,8 @@
"required": "optional"
},
"postfix/smtp_tls_cafile": {
"default": "/etc/postfix/cacert.pem",
"calculated": false,
"default": "/etc/postfix/cacert.pem",
"type": "string",
"choice": [

Expand All @@ -102,8 +126,8 @@
"required": "optional"
},
"postfix/smtp_sasl_passwd": {
"default": "",
"calculated": false,
"default": "",
"type": "string",
"choice": [

Expand All @@ -116,8 +140,8 @@
"required": "optional"
},
"postfix/mail_type": {
"default": "client",
"calculated": false,
"default": "client",
"type": "string",
"choice": [

Expand All @@ -130,8 +154,8 @@
"required": "optional"
},
"postfix/smtp_use_tls": {
"default": "yes",
"calculated": false,
"default": "yes",
"type": "string",
"choice": [

Expand All @@ -144,8 +168,8 @@
"required": "optional"
},
"postfix/relayhost": {
"default": "",
"calculated": false,
"default": "",
"type": "string",
"choice": [

Expand All @@ -158,8 +182,8 @@
"required": "optional"
},
"postfix/smtp_sasl_auth_enable": {
"default": "no",
"calculated": false,
"default": "no",
"type": "string",
"choice": [

Expand All @@ -172,8 +196,8 @@
"required": "optional"
},
"postfix/mydomain": {
"default": "domain",
"calculated": false,
"default": "domain",
"type": "string",
"choice": [

Expand All @@ -199,33 +223,9 @@
"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": {
},
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
"license": "Apache 2.0",
"providing": {
}
}

0 comments on commit 22b2188

Please sign in to comment.