mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
58c854d731
commit
4114e73626
@ -17,7 +17,7 @@ $casperjsVersion = '1.0.2'
|
|||||||
|
|
||||||
class { [
|
class { [
|
||||||
'icinga-mysql',
|
'icinga-mysql',
|
||||||
'profile::icinga-pgsql' ]:
|
'icinga-pgsql' ]:
|
||||||
icingaVersion => $icingaVersion,
|
icingaVersion => $icingaVersion,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
class profile::icinga-pgsql ($icingaVersion) {
|
class icinga-pgsql ($icingaVersion) {
|
||||||
cmmi { 'icinga-pgsql':
|
cmmi { 'icinga-pgsql':
|
||||||
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