puppet: Let icingaweb2::config::general use templates

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 09:57:16 +01:00
parent 9b6c90bf98
commit 275976cecc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ define icingaweb2::config::general (
include icingaweb2::config
file { "${config}/${name}.ini":
source => "${source}/${name}.ini",
content => template("${source}/${name}.ini.erb"),
owner => 'root',
group => 'icingaweb',
mode => 0660,