add CentOS5 client package support
Signed-off-by: Nick Chappell <nick@intronic.org> Merged from: https://github.com/Icinga/puppet-icinga2/pull/41 refs#7674: https://dev.icinga.org/issues/7674
This commit is contained in:
parent
33939a7137
commit
40228fddb5
1 changed files with 4 additions and 0 deletions
|
@ -338,6 +338,10 @@ class icinga2::params {
|
|||
#CentOS systems:
|
||||
'CentOS': {
|
||||
case $::operatingsystemmajrelease {
|
||||
'5': {
|
||||
#Pick the right list of client packages:
|
||||
$icinga2_client_packages = ['nrpe', 'nagios-plugins-nrpe', 'nagios-plugins-all', 'nagios-plugins-openmanage', 'nagios-plugins-check-updates']
|
||||
}
|
||||
'6': {
|
||||
#Pick the right list of client packages:
|
||||
$icinga2_client_packages = ['nrpe', 'nagios-plugins-nrpe', 'nagios-plugins-all', 'nagios-plugins-openmanage', 'nagios-plugins-check-updates']
|
||||
|
|
Loading…
Reference in a new issue