Require Chef 12+

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith
2016-09-07 21:56:25 -07:00
parent 43633409a7
commit 868813f4ed
2 changed files with 6 additions and 4 deletions

View File

@@ -19,5 +19,7 @@ recipe 'postfix::server', 'Sets the mail_type attribute to master'
supports os
end
source_url 'https://github.com/chef-cookbooks/postfix' if respond_to?(:issues_url)
issues_url 'https://github.com/chef-cookbooks/postfix/issues' if respond_to?(:source_url)
source_url 'https://github.com/chef-cookbooks/postfix'
issues_url 'https://github.com/chef-cookbooks/postfix/issues'
chef_version '>= 12.1'