Skip to content

Commit

Permalink
Merge pull request #7 from mherrre/master
Browse files Browse the repository at this point in the history
Added Ubuntu 20 support
  • Loading branch information
mherrre authored Mar 25, 2022
2 parents f15b700 + c77d1ae commit 1bee47e
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.4

* Added Ubuntu 20 support

## 0.1.3

* bugfix Ubuntu 16.04 **login.defs**
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
case $::operatingsystemrelease
{
/^1[468].*$/:
/^1[468].*$|^20.*$/:
{
$package_name=[ 'passwd', 'login' ]
$maildir_default = '/var/mail'
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-shadow",
"version": "0.1.3",
"version": "0.1.4",
"author": "eyp",
"summary": "manages useradd and login.defs defaults",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,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 1bee47e

Please sign in to comment.