Remove legacy config and update syntax for puppet8

This commit is contained in:
Patrik Holmqvist 2024-12-19 10:30:11 +01:00
parent e3b3192506
commit ed964d3554
Signed by: pahol
GPG key ID: 5D5B0D4E93F77273

View file

@ -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 {