Updating for Chef 0.8 changes.

* Use 'default.rb' for attributes files when specific files not
  necessary
* Update search in rsyslog recipe.
This commit is contained in:
jtimberman 2010-04-25 13:25:22 -06:00
parent b5d071d215
commit 1efa6e7a13
2 changed files with 1 additions and 1 deletions

View File

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