From a6a808d2a03064e50f874cc31337bfabe66078e6 Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Thu, 10 Oct 2019 17:39:37 +0200 Subject: [PATCH] rhel 8 --- CHANGELOG.md | 4 ++++ manifests/params.pp | 2 +- metadata.json | 12 ++++++------ 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f926cbb..7cba4d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## 0.1.23 + +* Added support for **RHEL 8** + ## 0.1.22 * dropped descriptions for cracklib facts diff --git a/manifests/params.pp b/manifests/params.pp index 175ac08..5cb5e3d 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -38,7 +38,7 @@ $real_password_auth_conf='/etc/pam.d/password-auth' $real_systema_auth_conf='/etc/pam.d/system-auth' } - /^7.*$/: + /^[78].*$/: { $password_hash_algo_default = 'sha512' $cracklib_package_name = 'libpwquality' diff --git a/metadata.json b/metadata.json index bee6806..a1377c3 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "eyp-pam", - "version": "0.1.22", + "version": "0.1.23", "author": "eyp", "summary": "PAM modules, /etc/security/limits.conf and /etc/securetty management", "license": "Apache-2.0", @@ -15,23 +15,23 @@ "operatingsystem_support": [ { "operatingsystem": "RedHat", - "operatingsystemrelease": [ "5", "6", "7" ] + "operatingsystemrelease": [ "5", "6", "7", "8" ] }, { "operatingsystem": "CentOS", - "operatingsystemrelease": [ "5", "6", "7" ] + "operatingsystemrelease": [ "5", "6", "7", "8" ] }, { "operatingsystem": "Scientific", - "operatingsystemrelease": [ "5", "6", "7" ] + "operatingsystemrelease": [ "5", "6", "7", "8" ] }, { "operatingsystem": "OEL", - "operatingsystemrelease": [ "5", "6", "7" ] + "operatingsystemrelease": [ "5", "6", "7", "8" ] }, { "operatingsystem": "OracleLinux", - "operatingsystemrelease": [ "5", "6", "7" ] + "operatingsystemrelease": [ "5", "6", "7", "8" ] }, { "operatingsystem": "Ubuntu",