Skip to content

Commit

Permalink
Merge pull request #13 from mherrre/master
Browse files Browse the repository at this point in the history
Ubuntu 20 support
  • Loading branch information
mherrre authored Mar 23, 2022
2 parents f440f2b + 13544b4 commit e1fbe33
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.9

* added Ubuntu 20 support

## 0.1.8

* added support for RHEL 8
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
{
$timedatectl=false
}
/^18.*$/:
/^18.*$|20.*$/:
{
$timedatectl=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-timezone",
"version": "0.1.8",
"version": "0.1.9",
"author": "eyp",
"summary": "sets timezone",
"license": "Apache-2.0",
Expand Down Expand Up @@ -34,7 +34,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 e1fbe33

Please sign in to comment.