Skip to content

Commit

Permalink
Merge pull request #21 from jordiprats/master
Browse files Browse the repository at this point in the history
sles 12.3 support
  • Loading branch information
jordiprats authored Sep 27, 2018
2 parents 3926cb6 + 70c9188 commit 07a119d
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.15

* added SLES 12.3 support

## 0.1.14

* added Ubuntu 18.04 support
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
case $::operatingsystemrelease
{
'11.3':
/^1[12].3$/:
{
$debconf=undef
}
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-bash",
"version": "0.1.14",
"version": "0.1.15",
"author": "eyp",
"summary": "profile.d settings (alias, environment variables, prompt and umask) and default shell (/bin/sh) management",
"license": "Apache-2.0",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3" ]
"operatingsystemrelease": [ "11.3", "12.3" ]
}
],
"requirements": [
Expand Down

0 comments on commit 07a119d

Please sign in to comment.