Skip to content

Commit

Permalink
rhel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
jordiprats committed Oct 10, 2019
1 parent 0248c36 commit a6a808d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 0.1.23

* Added support for **RHEL 8**

## 0.1.22

* dropped descriptions for cracklib facts
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
12 changes: 6 additions & 6 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit a6a808d

Please sign in to comment.