Skip to content

Commit

Permalink
Merge pull request NTTCom-MS#7 from mherrre/master
Browse files Browse the repository at this point in the history
Ubuntu 20 support
  • Loading branch information
mherrre authored Mar 15, 2022
2 parents bea0573 + 513aa7c commit 62453ba
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.6

* Added Ubuntu 20 support

## 0.1.5

* Updated metadata for **eyp-systemd 0.2.0**
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
{
case $::operatingsystemrelease
{
/^18.*$/:
/^18.*$|20.*$/:
{
}
default: { fail("Unsupported Ubuntu version! - ${::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-netplan",
"version": "0.1.5",
"version": "0.1.6",
"author": "eyp",
"summary": "network management using netplan.io",
"license": "Apache-2.0",
Expand All @@ -16,7 +16,7 @@
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "18.04" ]
"operatingsystemrelease": [ "18.04", "20.04" ]
}
],
"requirements": [
Expand Down

0 comments on commit 62453ba

Please sign in to comment.