parent
aa030111bd
commit
ee9f87b4e4
|
@ -5,6 +5,7 @@ include openldap
|
|||
|
||||
include profile::icingaweb2
|
||||
include profile::nodejs
|
||||
include profile::icinga2-dev
|
||||
|
||||
Exec { path => '/bin:/usr/bin:/sbin:/usr/sbin' }
|
||||
|
||||
|
@ -14,10 +15,6 @@ $livestatusVersion = '1.2.4p5'
|
|||
$phantomjsVersion = '1.9.1'
|
||||
$casperjsVersion = '1.0.2'
|
||||
|
||||
class { 'profile::icinga2-dev ':
|
||||
icinga2Version => $icinga2Version,
|
||||
}
|
||||
|
||||
class { [
|
||||
'profile::icinga-mysql',
|
||||
'profile::icinga-pgsql' ]:
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
class profile::icinga2-dev ($icinga2Version) {
|
||||
class profile::icinga2-dev {
|
||||
include icinga2-mysql
|
||||
|
||||
icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]:
|
||||
|
|
Loading…
Reference in New Issue