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:
parent
40228fddb5
commit
6377816ff8
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue