diff --git a/.travis.yml b/.travis.yml index 2802ff3..99accf5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ env: global: - STRICT_VARIABLES=yes matrix: + - PUPPET_VERSION="~> 4.9.4" - PUPPET_VERSION="~> 4.8.2" - PUPPET_VERSION="~> 4.7.0" - PUPPET_VERSION="~> 4.5.0" @@ -35,6 +36,8 @@ env: matrix: fast_finish: true allow_failures: + - env: PUPPET_VERSION="~> 4.9.4" + - env: PUPPET_VERSION="~> 4.7.0" - env: PUPPET_VERSION="~> 4.5.0" - env: PUPPET_VERSION="~> 4.4.0" - env: PUPPET_VERSION="~> 4.3.0" diff --git a/CHANGELOG b/CHANGELOG index 2365345..d153da5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,11 @@ +* Mon Mar 15 2017 Nicholas Hughes - 6.0.1-0 + - corrected location of authconfig binaries + * Mon Feb 13 2017 Jeanne Greulich - 6.0.0-0 - When using list separator you can't have spaces between - identifiers in access.conf if your separator is not a space. + identifiers in access.conf if your separator is not a space. It then includes spaces as part of the name so we are removing spaces - from the access file. Dylan also added changes that wrap the use + from the access file. Dylan also added changes that wrap the use of separator in boolean. * Tue Jan 17 2017 Nick Miller - 6.0.0-0 diff --git a/metadata.json b/metadata.json index 6bafa91..3e43b44 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "simp-pam", - "version": "6.0.0", + "version": "6.0.1", "author": "SIMP Team", "summary": "A SIMP puppet module for managing pam", "license": "Apache-2.0",