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:
Devon Mizelle 2014-11-10 14:55:53 -05:00 committed by Nick Chappell
parent 33939a7137
commit 40228fddb5

View file

@ -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']