Skip to content

Commit

Permalink
Merge pull request #16 from mherrre/master
Browse files Browse the repository at this point in the history
Added Ubuntu 20 support
  • Loading branch information
mherrre authored Mar 14, 2022
2 parents c889345 + ed1908d commit 40093b2
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.2.8

* Added Ubuntu 20 support

## 0.2.7

* Bugfix v3user encpass variable was not taken into account
Expand Down
2 changes: 1 addition & 1 deletion manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{
$servicectl_stop = "service ${service_name} stop"
}
/^1[68].*$/:
/^1[68].*$|20.*$/:
{
$servicectl_stop = "systemctl stop ${service_name}"
}
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-snmpd",
"version": "0.2.7",
"version": "0.2.8",
"author": "eyp",
"summary": "SNMP agent management",
"license": "Apache-2.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": [ "14.04", "16.04", "18.04" ]
"operatingsystemrelease": [ "14.04", "16.04", "18.04", "20.04" ]
}
],
"requirements": [
Expand Down

0 comments on commit 40093b2

Please sign in to comment.