postfix-cookbook/metadata.rb
Tim Smith cdfb02ee7b Remove long_description and recipe metadata
Neither of these are used anymore

Signed-off-by: Tim Smith <tsmith@chef.io>
2019-11-10 18:11:50 -08:00

15 lines
504 B
Ruby

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'
%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.1' if respond_to?(:chef_version)