Update metadata.rb to Sous Chefs

Signed-off-by: Lance Albertson <lance@osuosl.org>
This commit is contained in:
Lance Albertson 2020-10-11 09:16:04 -07:00
parent 9245510efc
commit 3dc75789f3
2 changed files with 20 additions and 13 deletions

View File

@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Sous Chefs Adoption - Sous Chefs Adoption
- Update to use Sous Chefs GH workflow - Update to use Sous Chefs GH workflow
- Update README to sous-chefs - Update README to sous-chefs
- Update metadata.rb to Sous Chefs
### Added ### Added

View File

@ -1,14 +1,20 @@
name 'postfix' name 'postfix'
maintainer 'Chef Software, Inc.' maintainer 'Sous Chefs'
maintainer_email 'cookbooks@chef.io' maintainer_email 'help@sous-chefs.org'
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 '5.3.1' version '5.3.1'
source_url 'https://github.com/sous-chefs/postfix'
%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora freebsd).each do |os| issues_url 'https://github.com/sous-chefs/postfix/issues'
supports os
end
source_url 'https://github.com/chef-cookbooks/postfix'
issues_url 'https://github.com/chef-cookbooks/postfix/issues'
chef_version '>= 12.15' chef_version '>= 12.15'
supports 'amazon'
supports 'centos'
supports 'debian'
supports 'fedora'
supports 'freebsd'
supports 'oracle'
supports 'redhat'
supports 'scientific'
supports 'smartos'
supports 'ubuntu'