From 4dde02a66a6ea2828581264216aa4c0f9202478d Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 30 Sep 2015 12:39:09 -0700 Subject: [PATCH] Update requirements --- README.md | 14 ++++++++++---- metadata.rb | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cd44586..a80f301 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ On RHEL-family systems, sendmail will be replaced with postfix. Requirements ------------ -### Platforms +#### Platforms - Ubuntu 10.04+ - Debian 6.0+ - RHEL/CentOS/Scientific 5.7+, 6.2+ @@ -19,6 +19,12 @@ Requirements May work on other platforms with or without modification. +#### Chef +- Chef 11+ + +#### Cookbooks +- none + Attributes ---------- @@ -294,11 +300,11 @@ override_attributes( License & Authors ----------------- -- Author:: Joshua Timberman -```text -Copyright:: 2009-2015, Chef Software, Inc +**Author:** Cookbook Engineering Team () +**Copyright:** 2009-2015, 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. You may obtain a copy of the License at diff --git a/metadata.rb b/metadata.rb index cc73aa1..b49caf1 100644 --- a/metadata.rb +++ b/metadata.rb @@ -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::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 end