Skip to content

Commit

Permalink
Merge pull request #3 from jordiprats/master
Browse files Browse the repository at this point in the history
added ubuntu 20 support
  • Loading branch information
jordiprats authored Jun 22, 2020
2 parents 8028317 + cd2abc2 commit c20c486
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 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.12

* added support for **Ubuntu 20.04**

## 0.1.11

* added support for Debian 7, Debian 8, Debian 9 and Debian 10
Expand Down
3 changes: 3 additions & 0 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
/^1[468].*$/:
{
}
/^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-apt",
"version": "0.1.11",
"version": "0.1.12",
"author": "eyp",
"summary": "apt management",
"license": "Apache-2.0",
Expand All @@ -14,7 +14,7 @@
"operatingsystem_support": [
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04", "18.04" ]
"operatingsystemrelease": [ "14.04", "16.04", "18.04", "20.04" ]
},
{
"operatingsystem": "Debian",
Expand Down

0 comments on commit c20c486

Please sign in to comment.