mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-09-26 11:19:14 +02:00
9 lines
165 B
Puppet
9 lines
165 B
Puppet
class monitoring_plugins {
|
|
include epel
|
|
|
|
# nagios plugins from epel
|
|
package { 'nagios-plugins-all':
|
|
ensure => installed,
|
|
require => Class['epel']
|
|
}
|
|
} |