diff --git a/.vagrant-puppet/manifests/default.pp b/.vagrant-puppet/manifests/default.pp index 10f2e18b9..939f458ce 100644 --- a/.vagrant-puppet/manifests/default.pp +++ b/.vagrant-puppet/manifests/default.pp @@ -16,7 +16,7 @@ $phantomjsVersion = '1.9.1' $casperjsVersion = '1.0.2' class { [ - 'profile::icinga-mysql', + 'icinga-mysql', 'profile::icinga-pgsql' ]: icingaVersion => $icingaVersion, } diff --git a/.vagrant-puppet/modules/profile/manifests/icinga-mysql.pp b/.vagrant-puppet/profiles/icinga-mysql/manifests/init.pp similarity index 98% rename from .vagrant-puppet/modules/profile/manifests/icinga-mysql.pp rename to .vagrant-puppet/profiles/icinga-mysql/manifests/init.pp index f340f6fea..5de78faad 100644 --- a/.vagrant-puppet/modules/profile/manifests/icinga-mysql.pp +++ b/.vagrant-puppet/profiles/icinga-mysql/manifests/init.pp @@ -1,4 +1,4 @@ -class profile::icinga-mysql ($icingaVersion) { +class icinga-mysql ($icingaVersion) { cmmi { 'icinga-mysql': url => "https://github.com/Icinga/icinga-core/releases/download/v${icingaVersion}/icinga-${icingaVersion}.tar.gz", output => "icinga-${icingaVersion}.tar.gz",