Require Chef 12+
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
43633409a7
commit
868813f4ed
@ -20,7 +20,7 @@ Requirements
|
|||||||
May work on other platforms with or without modification.
|
May work on other platforms with or without modification.
|
||||||
|
|
||||||
#### Chef
|
#### Chef
|
||||||
- Chef 11+
|
- Chef 12+
|
||||||
|
|
||||||
#### Cookbooks
|
#### Cookbooks
|
||||||
- none
|
- none
|
||||||
@ -303,7 +303,7 @@ License & Authors
|
|||||||
|
|
||||||
**Author:** Cookbook Engineering Team (<cookbooks@chef.io>)
|
**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");
|
Licensed under the Apache License, Version 2.0 (the "License");
|
||||||
you may not use this file except in compliance with the License.
|
you may not use this file except in compliance with the License.
|
||||||
|
@ -19,5 +19,7 @@ recipe 'postfix::server', 'Sets the mail_type attribute to master'
|
|||||||
supports os
|
supports os
|
||||||
end
|
end
|
||||||
|
|
||||||
source_url 'https://github.com/chef-cookbooks/postfix' if respond_to?(:issues_url)
|
source_url 'https://github.com/chef-cookbooks/postfix'
|
||||||
issues_url 'https://github.com/chef-cookbooks/postfix/issues' if respond_to?(:source_url)
|
issues_url 'https://github.com/chef-cookbooks/postfix/issues'
|
||||||
|
|
||||||
|
chef_version '>= 12.1'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user