fixed a mistake
This commit is contained in:
parent
b4506205ff
commit
4f4b27eb1b
1 changed files with 2 additions and 2 deletions
|
@ -16,8 +16,8 @@ class sunetdrive::nrpe(
|
|||
loadc => $loadc,
|
||||
procsw => $procsw,
|
||||
procsc => $procsc,
|
||||
$zprocw => $zprocw,
|
||||
$zprocc => $zprocc,
|
||||
zprocw => $zprocw,
|
||||
zprocc => $zprocc,
|
||||
}
|
||||
package {'nagios-plugins-contrib': ensure => latest}
|
||||
if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['full'], '22.04') >= 0 ){
|
||||
|
|
Loading…
Add table
Reference in a new issue