From 1efa6e7a13069f8e6b7bb597d51d2b248387a938 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Sun, 25 Apr 2010 13:25:22 -0600 Subject: [PATCH] Updating for Chef 0.8 changes. * Use 'default.rb' for attributes files when specific files not necessary * Update search in rsyslog recipe. --- attributes/{postfix.rb => default.rb} | 0 metadata.rb | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename attributes/{postfix.rb => default.rb} (100%) diff --git a/attributes/postfix.rb b/attributes/default.rb similarity index 100% rename from attributes/postfix.rb rename to attributes/default.rb diff --git a/metadata.rb b/metadata.rb index 18d8032..7a0b488 100644 --- a/metadata.rb +++ b/metadata.rb @@ -2,7 +2,7 @@ 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.7" +version "0.8" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" %w{ubuntu debian}.each do |os|