mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 00:04:04 +02:00
parent
5e3f60d42b
commit
d61e883422
@ -1,9 +1,12 @@
|
|||||||
define icingaweb2::config::general ($source, $replace = true) {
|
define icingaweb2::config::general ($source, $replace = true) {
|
||||||
|
include apache
|
||||||
|
|
||||||
$path = "/etc/icingaweb/${name}.ini"
|
$path = "/etc/icingaweb/${name}.ini"
|
||||||
file { $path:
|
file { $path:
|
||||||
source => "${source}${path}",
|
source => "${source}${path}",
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
replace => $replace,
|
replace => $replace,
|
||||||
|
require => Class['apache'],
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user