puppet: Name the Icinga Web 2 log file according to the hiera variable

refs #6842
This commit is contained in:
Eric Lippmann 2014-12-15 10:55:17 +01:00
parent 6974b18755
commit ec06239d80
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
[logging]
log = "file"
file = "/var/log/<%= @log %>/icingaweb.log"
file = "/var/log/<%= @log %>/<%= @log %>.log"
level = DEBUG
[preferences]