Move profile icinga-mysql' to profiles/icinga-mysql'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-01 15:07:08 +02:00
parent 9ebf011e36
commit 58c854d731
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ $phantomjsVersion = '1.9.1'
$casperjsVersion = '1.0.2'
class { [
'profile::icinga-mysql',
'icinga-mysql',
'profile::icinga-pgsql' ]:
icingaVersion => $icingaVersion,
}

View File

@ -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",