Move profile `icinga-pgsql' to `profiles/icinga-pgsql'

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-01 15:10:17 +02:00
parent 58c854d731
commit 4114e73626
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,4 +1,4 @@
class profile::icinga-pgsql ($icingaVersion) {
class icinga-pgsql ($icingaVersion) {
cmmi { 'icinga-pgsql':
url => "https://github.com/Icinga/icinga-core/releases/download/v${icingaVersion}/icinga-${icingaVersion}.tar.gz",
output => "icinga-${icingaVersion}.tar.gz",