Updating metadata, versions and documentation for bootstrap, for 0.8.x release of Chef

This commit is contained in:
jtimberman 2010-02-28 14:16:20 -07:00
parent d61e99c532
commit 99d204680c

View File

@ -1,16 +1,10 @@
{ {
"maintainer": "Opscode, Inc.", "dependencies": {
},
"replacing": {
},
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth", "description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth",
"recommendations": { "groupings": {
},
"maintainer_email": "cookbooks@opscode.com",
"recipes": {
"postfix": "",
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl"
},
"suggestions": {
}, },
"platforms": { "platforms": {
"ubuntu": [ "ubuntu": [
@ -21,179 +15,217 @@
] ]
}, },
"version": "0.7.0", "version": "0.7.0",
"name": "postfix", "recommendations": {
"conflicting": {
}, },
"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": { "attributes": {
"postfix\/smtp_sasl_password_maps": { "postfix/smtp_sasl_password_maps": {
"default": "hash:\/etc\/postfix\/sasl_passwd", "calculated": false,
"default": "hash:/etc/postfix/sasl_passwd",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "hashmap of SASL passwords", "description": "hashmap of SASL passwords",
"display_name": "Postfix SMTP SASL Password Maps", "display_name": "Postfix SMTP SASL Password Maps",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_sasl_security_options": { "postfix/smtp_sasl_security_options": {
"calculated": false,
"default": "noanonymous", "default": "noanonymous",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the value of smtp_sasl_security_options in main.cf", "description": "Sets the value of smtp_sasl_security_options in main.cf",
"display_name": "Postfix SMTP SASL Security Options", "display_name": "Postfix SMTP SASL Security Options",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/mail_relay_networks": { "postfix/mail_relay_networks": {
"default": "127.0.0.0\/8", "calculated": false,
"default": "127.0.0.0/8",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the mynetworks value in main.cf", "description": "Sets the mynetworks value in main.cf",
"display_name": "Postfix Mail Relay Networks", "display_name": "Postfix Mail Relay Networks",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/myorigin": { "postfix/myorigin": {
"calculated": false,
"default": "$myhostname", "default": "$myhostname",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the myorigin value in main.cf", "description": "Sets the myorigin value in main.cf",
"display_name": "Postfix Myorigin", "display_name": "Postfix Myorigin",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/myhostname": { "postfix/myhostname": {
"calculated": false,
"default": "fqdn", "default": "fqdn",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the myhostname value in main.cf", "description": "Sets the myhostname value in main.cf",
"display_name": "Postfix Myhostname", "display_name": "Postfix Myhostname",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_sasl_user_name": { "postfix/smtp_sasl_user_name": {
"calculated": false,
"default": "", "default": "",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "User to auth SMTP via SASL", "description": "User to auth SMTP via SASL",
"display_name": "Postfix SMTP SASL Username", "display_name": "Postfix SMTP SASL Username",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_tls_cafile": { "postfix/smtp_tls_cafile": {
"default": "\/etc\/postfix\/cacert.pem", "calculated": false,
"default": "/etc/postfix/cacert.pem",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "CA certificate file for SMTP over TLS", "description": "CA certificate file for SMTP over TLS",
"display_name": "Postfix SMTP TLS CA File", "display_name": "Postfix SMTP TLS CA File",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_sasl_passwd": { "postfix/smtp_sasl_passwd": {
"calculated": false,
"default": "", "default": "",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Password for smtp_sasl_user_name", "description": "Password for smtp_sasl_user_name",
"display_name": "Postfix SMTP SASL Password", "display_name": "Postfix SMTP SASL Password",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/mail_type": { "postfix/mail_type": {
"calculated": false,
"default": "client", "default": "client",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Is this node a client or server?", "description": "Is this node a client or server?",
"display_name": "Postfix Mail Type", "display_name": "Postfix Mail Type",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_use_tls": { "postfix/smtp_use_tls": {
"calculated": false,
"default": "yes", "default": "yes",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Whether SMTP SASL Auth should use TLS encryption", "description": "Whether SMTP SASL Auth should use TLS encryption",
"display_name": "Postfix SMTP Use TLS?", "display_name": "Postfix SMTP Use TLS?",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/relayhost": { "postfix/relayhost": {
"calculated": false,
"default": "", "default": "",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the relayhost value in main.cf", "description": "Sets the relayhost value in main.cf",
"display_name": "Postfix Relayhost", "display_name": "Postfix Relayhost",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/smtp_sasl_auth_enable": { "postfix/smtp_sasl_auth_enable": {
"calculated": false,
"default": "no", "default": "no",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Enable SMTP SASL Authentication", "description": "Enable SMTP SASL Authentication",
"display_name": "Postfix SMTP SASL Auth Enable", "display_name": "Postfix SMTP SASL Auth Enable",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix\/mydomain": { "postfix/mydomain": {
"calculated": false,
"default": "domain", "default": "domain",
"type": "string", "type": "string",
"multiple_values": false, "choice": [
],
"description": "Sets the mydomain value in main.cf", "description": "Sets the mydomain value in main.cf",
"display_name": "Postfix Mydomain", "display_name": "Postfix Mydomain",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
}, },
"postfix": { "postfix": {
"calculated": false,
"type": "hash", "type": "hash",
"multiple_values": false, "choice": [
],
"description": "Hash of Postfix attributes", "description": "Hash of Postfix attributes",
"display_name": "Postfix", "display_name": "Postfix",
"recipes": [ "recipes": [
], ],
"required": false "required": "optional"
} }
}, },
"providing": { "conflicting": {
"postfix::sasl_auth": [
],
"postfix": [
]
}, },
"license": "Apache 2.0", "license": "Apache 2.0",
"long_description": "", "providing": {
"replacing": { }
},
"dependencies": {
} }
}