mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
9ebf011e36
commit
58c854d731
@ -16,7 +16,7 @@ $phantomjsVersion = '1.9.1'
|
|||||||
$casperjsVersion = '1.0.2'
|
$casperjsVersion = '1.0.2'
|
||||||
|
|
||||||
class { [
|
class { [
|
||||||
'profile::icinga-mysql',
|
'icinga-mysql',
|
||||||
'profile::icinga-pgsql' ]:
|
'profile::icinga-pgsql' ]:
|
||||||
icingaVersion => $icingaVersion,
|
icingaVersion => $icingaVersion,
|
||||||
}
|
}
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
class profile::icinga-mysql ($icingaVersion) {
|
class icinga-mysql ($icingaVersion) {
|
||||||
cmmi { 'icinga-mysql':
|
cmmi { 'icinga-mysql':
|
||||||
url => "https://github.com/Icinga/icinga-core/releases/download/v${icingaVersion}/icinga-${icingaVersion}.tar.gz",
|
url => "https://github.com/Icinga/icinga-core/releases/download/v${icingaVersion}/icinga-${icingaVersion}.tar.gz",
|
||||||
output => "icinga-${icingaVersion}.tar.gz",
|
output => "icinga-${icingaVersion}.tar.gz",
|
Loading…
x
Reference in New Issue
Block a user