-
-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# This is a combination of 3 commits.
# This is the 1st commit message: set runtime options for Ubuntu 22.04 based on 20.04 # This is the commit message #2: no longer need snmpd_options # This is the commit message #3: add Ubuntu 22.04 to CI test suite coverage
- Loading branch information
1 parent
10a8ef0
commit 335759f
Showing
2 changed files
with
5 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
snmp::varnetsnmp_group: 'Debian-snmp' | ||
snmp::varnetsnmp_owner: 'Debian-snmp' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -69,7 +69,8 @@ | |
"operatingsystem": "Ubuntu", | ||
"operatingsystemrelease": [ | ||
"18.04", | ||
"20.04" | ||
"20.04", | ||
"22.04" | ||
] | ||
}, | ||
{ | ||
|