release v1.2.0
This commit is contained in:
parent
cde0318cd4
commit
3d72cf1944
@ -1,3 +1,8 @@
|
|||||||
|
## v1.2.0:
|
||||||
|
|
||||||
|
* [COOK-880] - add client/server roles for search-based discovery of
|
||||||
|
relayhost
|
||||||
|
|
||||||
## v1.0.0:
|
## v1.0.0:
|
||||||
|
|
||||||
* [COOK-668] - RHEL/CentOS/Scientific/Amazon platform support
|
* [COOK-668] - RHEL/CentOS/Scientific/Amazon platform support
|
||||||
|
14
metadata.rb
14
metadata.rb
@ -2,10 +2,12 @@ maintainer "Opscode, Inc."
|
|||||||
maintainer_email "cookbooks@opscode.com"
|
maintainer_email "cookbooks@opscode.com"
|
||||||
license "Apache 2.0"
|
license "Apache 2.0"
|
||||||
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"
|
||||||
version "1.0.1"
|
version "1.2.0"
|
||||||
recipe "postfix", "Installs and configures postfix"
|
recipe "postfix", "Installs and configures postfix"
|
||||||
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
|
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
|
||||||
recipe "postfix::aliases", "Manages /etc/aliases"
|
recipe "postfix::aliases", "Manages /etc/aliases"
|
||||||
|
recipe "postfix::client", "Searches for the relayhost based on an attribute"
|
||||||
|
recipe "postfix::server", "Sets the mail_type attribute to master"
|
||||||
|
|
||||||
%w{ubuntu debian redhat centos amazon scientific}.each do |os|
|
%w{ubuntu debian redhat centos amazon scientific}.each do |os|
|
||||||
supports os
|
supports os
|
||||||
@ -90,3 +92,13 @@ attribute "postfix/aliases",
|
|||||||
:display_name => "Postfix mail aliases",
|
:display_name => "Postfix mail aliases",
|
||||||
:description => "Hash of mail aliases for /etc/aliases",
|
:description => "Hash of mail aliases for /etc/aliases",
|
||||||
:default => ""
|
:default => ""
|
||||||
|
|
||||||
|
attribute "postfix/relayhost_role",
|
||||||
|
:display_name => "Postfix Relayhost's role",
|
||||||
|
:description => "String containing the role name",
|
||||||
|
:default => "relayhost"
|
||||||
|
|
||||||
|
attribute "postfix/multi_environment_relay",
|
||||||
|
:display_name => "Postfix Search for relayhost in any environment",
|
||||||
|
:description => "If true, then the client recipe will search any environment instead of just the node's",
|
||||||
|
:default => ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user