From 02b9f246e128ba70304bcdb586949690feb24918 Mon Sep 17 00:00:00 2001 From: jtimberman Date: Tue, 13 Nov 2012 23:08:15 -0700 Subject: [PATCH] add name attribute to metadata --- metadata.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata.rb b/metadata.rb index 1c2d813..ab642bf 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,8 +1,9 @@ +name "postfix" 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 "2.0.0" +version "2.0.1" recipe "postfix", "Installs and configures postfix" recipe "postfix::sasl_auth", "Set up postfix to auth to a server with sasl" recipe "postfix::aliases", "Manages /etc/aliases"