Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jtimberman committed Apr 17, 2012
1 parent cde0318 commit 3d72cf1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## v1.2.0:

* [COOK-880] - add client/server roles for search-based discovery of
relayhost

## v1.0.0:

* [COOK-668] - RHEL/CentOS/Scientific/Amazon platform support
Expand Down
14 changes: 13 additions & 1 deletion metadata.rb
Expand Up @@ -2,10 +2,12 @@
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
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::sasl_auth", "Set up postfix to auth to a server with sasl"
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|
supports os
Expand Down Expand Up @@ -90,3 +92,13 @@
:display_name => "Postfix mail aliases",
:description => "Hash of mail aliases for /etc/aliases",
: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 => ""

0 comments on commit 3d72cf1

Please sign in to comment.