diff --git a/metadata.rb b/metadata.rb new file mode 100644 index 0000000..b5e0561 --- /dev/null +++ b/metadata.rb @@ -0,0 +1,13 @@ +maintainer "Opscode, Inc." +maintainer_email "cookbooks@opscode.com" +license "Apache 2.0" +description "Configures postfix" +long_description "Configures#{cookbook.name}" +version "0.7" +recipe "postfix::sasl_auth" + +attribute "postfix", + :display_name => "", + :description => "", + :recipes => [ "postfix" ], + :default => ""