COOK-316, add recipes to metadata for all cookbooks

This commit is contained in:
jtimberman
2010-07-01 21:27:59 -06:00
parent 0da74e1490
commit cf1668db86
2 changed files with 124 additions and 122 deletions

View File

@@ -2,7 +2,8 @@ maintainer "Opscode, Inc."
maintainer_email "cookbooks@opscode.com"
license "Apache 2.0"
description "Installs and configures postfix for client or outbound relayhost, or to do SASL auth"
version "0.8"
version "0.8.1"
recipe "postfix", "Installs and configures postfix"
recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl"
%w{ubuntu debian}.each do |os|