Skip to content

Commit

Permalink
Merge pull request #8 from mherrre/master
Browse files Browse the repository at this point in the history
Bugfix
  • Loading branch information
mherrre authored Mar 25, 2022
2 parents 1bee47e + 0708e9b commit 9a3a2fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 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.5

* Bugfix for Ubuntu 20

## 0.1.4

* Added Ubuntu 20 support
Expand Down
2 changes: 1 addition & 1 deletion manifests/logindefs.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
case $::operatingsystemrelease
{
/^1[468].*$/:
/^1[468].*$|^20.*$/:
{
}
default: { fail("Unsupported Ubuntu version! - ${::operatingsystemrelease}") }
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eyp-shadow",
"version": "0.1.4",
"version": "0.1.5",
"author": "eyp",
"summary": "manages useradd and login.defs defaults",
"license": "Apache-2.0",
Expand Down

0 comments on commit 9a3a2fd

Please sign in to comment.