icingaweb2::config::general: hardcode '/etc/icingaweb' once less
refs #6842
This commit is contained in:
parent
17db985a37
commit
ec9c174139
|
@ -6,7 +6,7 @@ define icingaweb2::config::general ($source, $replace = true) {
|
||||||
parent_dirs { $path: }
|
parent_dirs { $path: }
|
||||||
|
|
||||||
file { $path:
|
file { $path:
|
||||||
source => "${source}${path}",
|
source => "${source}/${name}.ini",
|
||||||
owner => 'apache',
|
owner => 'apache',
|
||||||
group => 'apache',
|
group => 'apache',
|
||||||
replace => $replace,
|
replace => $replace,
|
||||||
|
|
Loading…
Reference in New Issue