forgot a line to define service name for centos5
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
08324d46bd
commit
a5ae5b49ef
1 changed files with 3 additions and 0 deletions
|
@ -243,6 +243,9 @@ class icinga2::params {
|
|||
#Icinga 2 server daemon names for Red Had/CentOS systems:
|
||||
'CentOS': {
|
||||
case $::operatingsystemmajrelease {
|
||||
'5': {
|
||||
$icinga2_server_service_name = 'icinga2'
|
||||
}
|
||||
'6': {
|
||||
$icinga2_server_service_name = 'icinga2'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue