Skip to content

Commit

Permalink
Merge pull request #40 from sebastianberm/support-ubuntu-20
Browse files Browse the repository at this point in the history
Support ubuntu 20
  • Loading branch information
marcmoiagese authored Mar 11, 2022
2 parents c5499af + c4e28b8 commit 140d206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
case $::operatingsystemrelease
{
/^1[468].*$/:
/^(1[468]|20).*$/:
{
$execshield_default=undef
$sysctlreload='sysctl -e --system'
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
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 140d206

Please sign in to comment.