Remove legacy config and update syntax for puppet8
This commit is contained in:
parent
e3b3192506
commit
ed964d3554
1 changed files with 1 additions and 7 deletions
|
@ -863,15 +863,9 @@ class konsulter {
|
|||
class nrpe {
|
||||
require apt
|
||||
class {'sunet::nagios': }
|
||||
if ($::operatingsystem == 'Ubuntu' and $::operatingsystemrelease == '12.04') {
|
||||
class {'apt::backports': }
|
||||
}
|
||||
package {'nagios-plugins-contrib': ensure => latest}
|
||||
if ($::operatingsystem == 'Ubuntu' and $::operatingsystemrelease < '18.04') {
|
||||
package {'nagios-plugins-extra': ensure => latest}
|
||||
}
|
||||
|
||||
if ($::operatingsystem == 'Ubuntu' and versioncmp($::operatingsystemrelease, '22.04') >= 0 ){
|
||||
if ($facts['os']['name'] == 'Ubuntu' and versioncmp($facts['os']['release']['full'], '22.04') >= 0 ){
|
||||
$mem_w = '90'
|
||||
$mem_c = '95'
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue