Merge branch 'master' of git://github.com/chef-cookbooks/postfix into chef-cookbooks-master

This commit is contained in:
Stanislav Voroniy
2015-12-22 13:09:40 +01:00
18 changed files with 356 additions and 200 deletions

View File

@@ -18,7 +18,7 @@ recipe 'postfix::client', 'Searches for the relayhost based on an attribute'
recipe 'postfix::server', 'Sets the mail_type attribute to master'
recipe 'postfix::maps', 'Manages any number of any type postfix lookup tables'
%w(ubuntu debian redhat centos amazon oracle scientific smartos).each do |os|
%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora).each do |os|
supports os
end