From 07a56800da210c0915e4f8a5b1f32e0171018573 Mon Sep 17 00:00:00 2001 From: Tim Smith Date: Wed, 22 Nov 2017 10:59:21 -0800 Subject: [PATCH] Release 5.2.1 Signed-off-by: Tim Smith --- CHANGELOG.md | 5 +++++ README.md | 1 + metadata.rb | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81adb0d..84d5630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This file is used to list changes made in each version of the postfix cookbook. +## 5.2.1 (2017-11-22) + +- Properly support FreeBSD +- Do not run service restart for solaris which fails + ## 5.2.0 (2017-08-07) - Lazily evaluate the config template variables to allow overrides to properly apply diff --git a/README.md b/README.md index 9ef9e4f..50a6a90 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ On RHEL-family systems, sendmail will be replaced with postfix. - Debian - RHEL/CentOS/Scientific - Amazon Linux (as of AMIs created after 4/9/2012) +- FreeBSD May work on other platforms with or without modification. diff --git a/metadata.rb b/metadata.rb index 0429600..23a14cb 100644 --- a/metadata.rb +++ b/metadata.rb @@ -4,7 +4,7 @@ maintainer_email 'cookbooks@chef.io' license 'Apache-2.0' description 'Installs and configures postfix for client or outbound relayhost, or to do SASL auth' long_description IO.read(File.join(File.dirname(__FILE__), 'README.md')) -version '5.2.0' +version '5.2.1' recipe 'postfix', 'Installs and configures postfix' recipe 'postfix::sasl_auth', 'Set up postfix to auth to a server with sasl' @@ -16,7 +16,7 @@ recipe 'postfix::client', 'Searches for the relayhost based on an attribute' recipe 'postfix::server', 'Sets the mail_type attribute to master' recipe 'postfix::maps', 'Manages any number of any type postfix lookup tables' -%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora).each do |os| +%w(ubuntu debian redhat centos amazon oracle scientific smartos fedora freebsd).each do |os| supports os end