[COOK-3116] Add SmartOS support

Signed-off-by: Seth Vargo <sethvargo@gmail.com>
This commit is contained in:
sawanoboly
2013-09-09 23:21:42 -04:00
committed by Seth Vargo
parent 330f140c71
commit a1f685680c
5 changed files with 26 additions and 10 deletions

View File

@@ -10,7 +10,7 @@ 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 smartos}.each do |os|
supports os
end