Skip to content

Commit

Permalink
Merge pull request #11 from jordiprats/master
Browse files Browse the repository at this point in the history
sles 12.3
  • Loading branch information
jordiprats authored Sep 28, 2018
2 parents 0d3fed5 + 99dbff9 commit a3ec763
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.23

* SLES 12.3 support

## 0.1.22

* 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 @@ -53,7 +53,7 @@
{
case $::operatingsystemrelease
{
'11.3':
/^1[12].3$/:
{
$resolvfile='/etc/resolv.conf'
$notifyresolv=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-resolvconf",
"version": "0.1.22",
"version": "0.1.23",
"author": "eyp",
"summary": "manages /etc/resolv.conf file",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"operatingsystem": "SLES",
"operatingsystemrelease": [ "11.3" ]
"operatingsystemrelease": [ "11.3", "12.3" ]
}
],
"requirements": [
Expand Down

0 comments on commit a3ec763

Please sign in to comment.