Update requirements

This commit is contained in:
Tim Smith
2015-09-30 12:39:09 -07:00
parent 3669256af0
commit 4dde02a66a
2 changed files with 11 additions and 5 deletions

View File

@@ -17,7 +17,7 @@ recipe 'postfix::virtual_aliases', 'Manages /etc/postfix/virtual'
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 oracle scientific smartos).each do |os|
%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora).each do |os|
supports os
end