Update metadata across the board.

This commit is contained in:
jtimberman 2010-05-04 19:47:13 -06:00
parent 22b2188928
commit 51b293bbf5

View File

@ -1,213 +1,187 @@
{ {
"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.", "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": {
"calculated": false,
"default": "hash:/etc/postfix/sasl_passwd", "default": "hash:/etc/postfix/sasl_passwd",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_sasl_security_options": { "postfix/smtp_sasl_security_options": {
"calculated": false,
"default": "noanonymous", "default": "noanonymous",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/mail_relay_networks": { "postfix/mail_relay_networks": {
"calculated": false,
"default": "127.0.0.0/8", "default": "127.0.0.0/8",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/myorigin": { "postfix/myorigin": {
"calculated": false,
"default": "$myhostname", "default": "$myhostname",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/myhostname": { "postfix/myhostname": {
"calculated": false,
"default": "fqdn", "default": "fqdn",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_sasl_user_name": { "postfix/smtp_sasl_user_name": {
"calculated": false,
"default": "", "default": "",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_tls_cafile": { "postfix/smtp_tls_cafile": {
"calculated": false,
"default": "/etc/postfix/cacert.pem", "default": "/etc/postfix/cacert.pem",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_sasl_passwd": { "postfix/smtp_sasl_passwd": {
"calculated": false,
"default": "", "default": "",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/mail_type": { "postfix/mail_type": {
"calculated": false,
"default": "client", "default": "client",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_use_tls": { "postfix/smtp_use_tls": {
"calculated": false,
"default": "yes", "default": "yes",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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?",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/relayhost": { "postfix/relayhost": {
"calculated": false,
"default": "", "default": "",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/smtp_sasl_auth_enable": { "postfix/smtp_sasl_auth_enable": {
"calculated": false,
"default": "no", "default": "no",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix/mydomain": { "postfix/mydomain": {
"calculated": false,
"default": "domain", "default": "domain",
"calculated": false,
"type": "string", "type": "string",
"choice": [ "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",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
}, },
"postfix": { "postfix": {
"calculated": false, "calculated": false,
@ -217,15 +191,41 @@
], ],
"description": "Hash of Postfix attributes", "description": "Hash of Postfix attributes",
"display_name": "Postfix", "display_name": "Postfix",
"required": "optional",
"recipes": [ "recipes": [
], ]
"required": "optional"
} }
}, },
"suggestions": {
},
"platforms": {
"ubuntu": [
],
"debian": [
]
},
"dependencies": {
},
"maintainer_email": "cookbooks@opscode.com",
"conflicting": { "conflicting": {
}, },
"license": "Apache 2.0", "version": "0.8.0",
"name": "postfix",
"recipes": {
"postfix::sasl_auth": "Set up postfix to auth to a server with sasl"
},
"providing": { "providing": {
} },
"license": "Apache 2.0",
"replacing": {
},
"groupings": {
},
"long_description": "",
"recommendations": {
},
"description": "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
} }