supports platform metadata for all cookbooks that didn't have it

This commit is contained in:
jtimberman
2009-10-27 15:39:52 -06:00
parent 2c07caa556
commit 1ebc9d9122
2 changed files with 53 additions and 44 deletions

View File

@@ -5,6 +5,10 @@ description "Installs and configures postfix for client or outbound relayh
version "0.7"
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
%w{ubuntu debian}.each do |os|
supports os
end
attribute "postfix",
:display_name => "Postfix",
:description => "Hash of Postfix attributes",