diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 613fbe51a..039abf02d 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -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' ]: diff --git a/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp index 6f67e3131..5dc3bd08c 100644 --- a/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp +++ b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp @@ -1,4 +1,4 @@ -class profile::icinga2-dev ($icinga2Version) { +class profile::icinga2-dev { include icinga2-mysql icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: