cook-188, update copyright notices, regen metadata too

This commit is contained in:
jtimberman 2009-09-27 23:39:05 -06:00
parent 5f8b1e1dc0
commit 6ac033bcdf
3 changed files with 53 additions and 53 deletions

View File

@ -1,25 +1,22 @@
{ {
"maintainer": "Opscode, Inc.",
"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": { "replacing": {
}, },
"maintainer_email": "cookbooks@opscode.com",
"suggestions": {
},
"platforms": {
},
"version": "0.7.0",
"recipes": { "recipes": {
"postfix": "", "postfix": "",
"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"
}, },
"name": "postfix", "platforms": {
"conflicting": {
}, },
"maintainer": "Opscode, Inc.",
"version": "0.7.0",
"recommendations": {
},
"name": "postfix",
"maintainer_email": "cookbooks@opscode.com",
"attributes": { "attributes": {
"postfix\/smtp_sasl_password_maps": { "postfix\/smtp_sasl_password_maps": {
"default": "hash:\/etc\/postfix\/sasl_passwd", "default": "hash:\/etc\/postfix\/sasl_passwd",
@ -27,10 +24,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_sasl_security_options": { "postfix\/smtp_sasl_security_options": {
"default": "noanonymous", "default": "noanonymous",
@ -38,10 +35,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/mail_relay_networks": { "postfix\/mail_relay_networks": {
"default": "127.0.0.0\/8", "default": "127.0.0.0\/8",
@ -49,10 +46,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/myorigin": { "postfix\/myorigin": {
"default": "$myhostname", "default": "$myhostname",
@ -60,10 +57,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/myhostname": { "postfix\/myhostname": {
"default": "fqdn", "default": "fqdn",
@ -71,10 +68,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_sasl_user_name": { "postfix\/smtp_sasl_user_name": {
"default": "", "default": "",
@ -82,10 +79,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_tls_cafile": { "postfix\/smtp_tls_cafile": {
"default": "\/etc\/postfix\/cacert.pem", "default": "\/etc\/postfix\/cacert.pem",
@ -93,10 +90,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_sasl_passwd": { "postfix\/smtp_sasl_passwd": {
"default": "", "default": "",
@ -104,10 +101,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/mail_type": { "postfix\/mail_type": {
"default": "client", "default": "client",
@ -115,10 +112,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_use_tls": { "postfix\/smtp_use_tls": {
"default": "yes", "default": "yes",
@ -126,10 +123,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/relayhost": { "postfix\/relayhost": {
"default": "", "default": "",
@ -137,10 +134,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/smtp_sasl_auth_enable": { "postfix\/smtp_sasl_auth_enable": {
"default": "no", "default": "no",
@ -148,10 +145,10 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix\/mydomain": { "postfix\/mydomain": {
"default": "domain", "default": "domain",
@ -159,21 +156,31 @@
"multiple_values": false, "multiple_values": false,
"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": false,
"recipes": [ "recipes": [
], ]
"required": false
}, },
"postfix": { "postfix": {
"type": "hash", "type": "hash",
"multiple_values": false, "multiple_values": false,
"description": "Hash of Postfix attributes", "description": "Hash of Postfix attributes",
"display_name": "Postfix", "display_name": "Postfix",
"required": false,
"recipes": [ "recipes": [
], ]
"required": false
} }
},
"suggestions": {
},
"license": "Apache 2.0",
"conflicting": {
},
"dependencies": {
}, },
"providing": { "providing": {
"postfix::sasl_auth": [ "postfix::sasl_auth": [
@ -183,12 +190,5 @@
] ]
}, },
"license": "Apache 2.0", "long_description": ""
"long_description": "",
"replacing": {
},
"dependencies": {
}
} }

View File

@ -8,9 +8,9 @@
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
@ -34,4 +34,4 @@ end
mode 0644 mode 0644
notifies :restart, resources(:service => "postfix") notifies :restart, resources(:service => "postfix")
end end
end end

View File

@ -8,9 +8,9 @@
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
# You may obtain a copy of the License at # You may obtain a copy of the License at
# #
# http://www.apache.org/licenses/LICENSE-2.0 # http://www.apache.org/licenses/LICENSE-2.0
# #
# Unless required by applicable law or agreed to in writing, software # Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS, # distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.