Skip to content

Commit

Permalink
Merge pull request #22 from jordiprats/master
Browse files Browse the repository at this point in the history
sles 12.4
  • Loading branch information
jordiprats authored Feb 8, 2019
2 parents 9dfe52f + dd8a3a0 commit 91dbf27
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.28

* added support for SLES 12.4

## 0.1.27

* added support for SLES 12.3
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{
case $::operatingsystemrelease
{
/^1[12].3$/:
/^1[12].[34]$/:
{
}
default: { fail("Unsupported operating system ${::operatingsystem} ${::operatingsystemrelease}") }
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-sudoers",
"version": "0.1.27",
"version": "0.1.28",
"author": "eyp",
"summary": "manages sudoers",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3" ]
"operatingsystemrelease": [ "11.3", "12.3", "12.4" ]
}
],
"requirements": [
Expand Down

0 comments on commit 91dbf27

Please sign in to comment.