parent
5a6995f67f
commit
aa030111bd
|
@ -14,7 +14,7 @@ $livestatusVersion = '1.2.4p5'
|
|||
$phantomjsVersion = '1.9.1'
|
||||
$casperjsVersion = '1.0.2'
|
||||
|
||||
class { 'profile::icinga2':
|
||||
class { 'profile::icinga2-dev ':
|
||||
icinga2Version => $icinga2Version,
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class profile::icinga2 ($icinga2Version) {
|
||||
class profile::icinga2-dev ($icinga2Version) {
|
||||
include icinga2-mysql
|
||||
|
||||
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]:
|
Loading…
Reference in New Issue