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

@ -20,7 +20,7 @@ Requirements
May work on other platforms with or without modification.
#### Chef
- Chef 11+
- Chef 12+
#### Cookbooks
- none
@ -303,7 +303,7 @@ License & Authors
**Author:** Cookbook Engineering Team (<cookbooks@chef.io>)
**Copyright:** 2009-2015, Chef Software, Inc.
**Copyright:** 2009-2016, Chef Software, Inc.
```
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

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'