icingaweb2::config::general: hardcode '/etc/icingaweb' once less

refs #6842
This commit is contained in:
Alexander Klimov 2014-09-12 18:59:20 +02:00
parent 17db985a37
commit ec9c174139
7 changed files with 1 additions and 1 deletions

View File

@ -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,