diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index cfe82ef02..613fbe51a 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -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, } diff --git a/.vagrant-puppet/modules/profile/manifests/icinga2.pp b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp similarity index 94% rename from .vagrant-puppet/modules/profile/manifests/icinga2.pp rename to .vagrant-puppet/modules/profile/manifests/icinga2-dev.pp index 99c269607..6f67e3131 100644 --- a/.vagrant-puppet/modules/profile/manifests/icinga2.pp +++ b/.vagrant-puppet/modules/profile/manifests/icinga2-dev.pp @@ -1,4 +1,4 @@ -class profile::icinga2 ($icinga2Version) { +class profile::icinga2-dev ($icinga2Version) { include icinga2-mysql icinga2::feature { [ 'statusdata', 'command', 'compatlog' ]: