Remove metadata.json and update application readme.
* Metadata.json can be generated with the rake tasks. * Use 'metadata[cookbook]' and 'metadata_all' to generate .json. * Application readme needed a few more clarification points.
This commit is contained in:
parent
99d204680c
commit
75a7dcb1f4
231
metadata.json
231
metadata.json
@ -1,231 +0,0 @@
|
||||
{
|
||||
"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": {
|
||||
"calculated": false,
|
||||
"default": "hash:/etc/postfix/sasl_passwd",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "hashmap of SASL passwords",
|
||||
"display_name": "Postfix SMTP SASL Password Maps",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_sasl_security_options": {
|
||||
"calculated": false,
|
||||
"default": "noanonymous",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the value of smtp_sasl_security_options in main.cf",
|
||||
"display_name": "Postfix SMTP SASL Security Options",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/mail_relay_networks": {
|
||||
"calculated": false,
|
||||
"default": "127.0.0.0/8",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the mynetworks value in main.cf",
|
||||
"display_name": "Postfix Mail Relay Networks",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/myorigin": {
|
||||
"calculated": false,
|
||||
"default": "$myhostname",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the myorigin value in main.cf",
|
||||
"display_name": "Postfix Myorigin",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/myhostname": {
|
||||
"calculated": false,
|
||||
"default": "fqdn",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the myhostname value in main.cf",
|
||||
"display_name": "Postfix Myhostname",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_sasl_user_name": {
|
||||
"calculated": false,
|
||||
"default": "",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "User to auth SMTP via SASL",
|
||||
"display_name": "Postfix SMTP SASL Username",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_tls_cafile": {
|
||||
"calculated": false,
|
||||
"default": "/etc/postfix/cacert.pem",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "CA certificate file for SMTP over TLS",
|
||||
"display_name": "Postfix SMTP TLS CA File",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_sasl_passwd": {
|
||||
"calculated": false,
|
||||
"default": "",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Password for smtp_sasl_user_name",
|
||||
"display_name": "Postfix SMTP SASL Password",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/mail_type": {
|
||||
"calculated": false,
|
||||
"default": "client",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Is this node a client or server?",
|
||||
"display_name": "Postfix Mail Type",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_use_tls": {
|
||||
"calculated": false,
|
||||
"default": "yes",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Whether SMTP SASL Auth should use TLS encryption",
|
||||
"display_name": "Postfix SMTP Use TLS?",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/relayhost": {
|
||||
"calculated": false,
|
||||
"default": "",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the relayhost value in main.cf",
|
||||
"display_name": "Postfix Relayhost",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/smtp_sasl_auth_enable": {
|
||||
"calculated": false,
|
||||
"default": "no",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Enable SMTP SASL Authentication",
|
||||
"display_name": "Postfix SMTP SASL Auth Enable",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix/mydomain": {
|
||||
"calculated": false,
|
||||
"default": "domain",
|
||||
"type": "string",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Sets the mydomain value in main.cf",
|
||||
"display_name": "Postfix Mydomain",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
},
|
||||
"postfix": {
|
||||
"calculated": false,
|
||||
"type": "hash",
|
||||
"choice": [
|
||||
|
||||
],
|
||||
"description": "Hash of Postfix attributes",
|
||||
"display_name": "Postfix",
|
||||
"recipes": [
|
||||
|
||||
],
|
||||
"required": "optional"
|
||||
}
|
||||
},
|
||||
"conflicting": {
|
||||
},
|
||||
"license": "Apache 2.0",
|
||||
"providing": {
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user