Added RedHat/CentOS support to postfix cookbook

Signed-off-by: jtimberman <joshua@opscode.com>
This commit is contained in:
Adam Mielke
2012-02-13 16:51:25 -06:00
committed by jtimberman
parent a2c0c7c6f5
commit 002bcb8029
2 changed files with 19 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ version "0.8.4"
recipe "postfix", "Installs and configures postfix"
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
%w{ubuntu debian}.each do |os|
%w{ubuntu debian redhat centos}.each do |os|
supports os
end