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