Skip to content

Commit

Permalink
Merge pull request #32 from mherrre/master
Browse files Browse the repository at this point in the history
0.1.25
  • Loading branch information
mherrre authored Mar 25, 2022
2 parents 6849b5f + 3816374 commit af562a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.25

* Added **Ubuntu 20** support

## 0.1.24

* **pam::lockout**
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
{
case $::operatingsystemrelease
{
/^1[468].*$/:
/^1[468].*$|^20.*$/:
{
$pam_lockout='tally2'

Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-pam",
"version": "0.1.24",
"version": "0.1.25",
"author": "eyp",
"summary": "PAM modules, /etc/security/limits.conf and /etc/securetty management",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04", "18.04" ]
"operatingsystemrelease": [ "14.04", "16.04", "18.04", "20.04" ]
},
{
"operatingsystem": "SLES",
Expand Down

0 comments on commit af562a7

Please sign in to comment.