From 58c854d731be679286ca1d5c1791e56cc00f5daf Mon Sep 17 00:00:00 2001 From: Alexander Klimov Date: Mon, 1 Sep 2014 15:07:08 +0200 Subject: [PATCH] Move profile `icinga-mysql' to `profiles/icinga-mysql' refs #6842 --- .vagrant-puppet/manifests/default.pp | 2 +- .../icinga-mysql.pp => profiles/icinga-mysql/manifests/init.pp} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .vagrant-puppet/{modules/profile/manifests/icinga-mysql.pp => profiles/icinga-mysql/manifests/init.pp} (98%) 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",