From 3dc75789f32ca1990cbe3a5bb07587b2756289fd Mon Sep 17 00:00:00 2001 From: Lance Albertson Date: Sun, 11 Oct 2020 09:16:04 -0700 Subject: [PATCH] Update metadata.rb to Sous Chefs Signed-off-by: Lance Albertson --- CHANGELOG.md | 1 + metadata.rb | 32 +++++++++++++++++++------------- 2 files changed, 20 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55184a1..056699b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Sous Chefs Adoption - Update to use Sous Chefs GH workflow - Update README to sous-chefs +- Update metadata.rb to Sous Chefs ### Added diff --git a/metadata.rb b/metadata.rb index 2295ffe..ab7cda5 100644 --- a/metadata.rb +++ b/metadata.rb @@ -1,14 +1,20 @@ -name 'postfix' -maintainer 'Chef Software, Inc.' -maintainer_email 'cookbooks@chef.io' -license 'Apache-2.0' -description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' -version '5.3.1' +name 'postfix' +maintainer 'Sous Chefs' +maintainer_email 'help@sous-chefs.org' +license 'Apache-2.0' +description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' +version '5.3.1' +source_url 'https://github.com/sous-chefs/postfix' +issues_url 'https://github.com/sous-chefs/postfix/issues' +chef_version '>= 12.15' -%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora freebsd).each do |os| - supports os -end - -source_url 'https://github.com/chef-cookbooks/postfix' -issues_url 'https://github.com/chef-cookbooks/postfix/issues' -chef_version '>= 12.15' +supports 'amazon' +supports 'centos' +supports 'debian' +supports 'fedora' +supports 'freebsd' +supports 'oracle' +supports 'redhat' +supports 'scientific' +supports 'smartos' +supports 'ubuntu'