icingaweb2/.vagrant-puppet/modules/monitoring-plugins/manifests/init.pp

9 lines
165 B
Puppet

class monitoring-plugins {
include epel
# nagios plugins from epel
package { 'nagios-plugins-all':
ensure => installed,
require => Class['epel']
}
}