well, looks like we have to provide server support for centos5 anywayss

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 15:06:34 -05:00 committed by Nick Chappell
parent 40228fddb5
commit 6377816ff8

View file

@ -72,6 +72,12 @@ class icinga2::params {
#CentOS systems:
'CentOS': {
case $::operatingsystemmajrelease {
'5': {
#Icinga 2 server package
$icinga2_server_package = 'icinga2'
$icinga2_server_plugin_packages = ['nagios-plugins-nrpe', 'nagios-plugins-all', 'nagios-plugins-openmanage', 'nagios-plugins-check-updates']
$icinga2_server_mail_package = 'mailx'
}
'6': {
#Icinga 2 server package
$icinga2_server_package = 'icinga2'