Skip to content

Commit

Permalink
Merge pull request #16 from mherrre/master
Browse files Browse the repository at this point in the history
Adding Ubuntu 20 support
  • Loading branch information
mherrre authored Mar 15, 2022
2 parents 3dbced3 + 0d2a70f commit 37bf2d7
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.25

* Added **Ubunutu 20** support

## 0.1.24

* rework **eyp_resolvconf_maxns** fact
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
{
$use_netplan=false
}
/^18.*$/:
/^18.*$|20.*$/:
{
$use_netplan=true
}
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.24",
"version": "0.1.25",
"author": "eyp",
"summary": "manages /etc/resolv.conf file",
"license": "Apache-2.0",
Expand Down Expand Up @@ -31,7 +31,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 37bf2d7

Please sign in to comment.