Update requirements

This commit is contained in:
Tim Smith 2015-09-30 12:39:09 -07:00
parent 3669256af0
commit 4dde02a66a
2 changed files with 11 additions and 5 deletions

View File

@ -11,7 +11,7 @@ On RHEL-family systems, sendmail will be replaced with postfix.
Requirements Requirements
------------ ------------
### Platforms #### Platforms
- Ubuntu 10.04+ - Ubuntu 10.04+
- Debian 6.0+ - Debian 6.0+
- RHEL/CentOS/Scientific 5.7+, 6.2+ - RHEL/CentOS/Scientific 5.7+, 6.2+
@ -19,6 +19,12 @@ Requirements
May work on other platforms with or without modification. May work on other platforms with or without modification.
#### Chef
- Chef 11+
#### Cookbooks
- none
Attributes Attributes
---------- ----------
@ -294,11 +300,11 @@ override_attributes(
License & Authors License & Authors
----------------- -----------------
- Author:: Joshua Timberman <joshua@chef.io>
```text **Author:** Cookbook Engineering Team (<cookbooks@chef.io>)
Copyright:: 2009-2015, Chef Software, Inc
**Copyright:** 2009-2015, 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.
You may obtain a copy of the License at You may obtain a copy of the License at

View File

@ -17,7 +17,7 @@ recipe 'postfix::virtual_aliases', 'Manages /etc/postfix/virtual'
recipe 'postfix::client', 'Searches for the relayhost based on an attribute' recipe 'postfix::client', 'Searches for the relayhost based on an attribute'
recipe 'postfix::server', 'Sets the mail_type attribute to master' recipe 'postfix::server', 'Sets the mail_type attribute to master'
%w(ubuntu debian redhat centos amazon oracle scientific smartos).each do |os| %w(ubuntu debian redhat centos amazon oracle scientific smartos fedora).each do |os|
supports os supports os
end end