From 492544bd405c00cb35967a2530d668528daabb3b Mon Sep 17 00:00:00 2001 From: Thom May Date: Wed, 24 Jun 2015 12:47:14 +0100 Subject: [PATCH] add extended metadata --- metadata.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metadata.rb b/metadata.rb index ad24d20..27c1bf9 100644 --- a/metadata.rb +++ b/metadata.rb @@ -5,6 +5,8 @@ maintainer 'Chef Software, Inc.' maintainer_email 'cookbooks@chef.io' license 'Apache 2.0' version '3.6.3' +issues_url 'https://github.com/opscode-cookbooks/postfix/issues' +source_url 'https://github.com/opscode-cookbooks/postfix' 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'