puppet: Name the Icinga Web 2 log file according to the hiera variable
refs #6842
This commit is contained in:
parent
6974b18755
commit
ec06239d80
|
@ -1,6 +1,6 @@
|
|||
[logging]
|
||||
log = "file"
|
||||
file = "/var/log/<%= @log %>/icingaweb.log"
|
||||
file = "/var/log/<%= @log %>/<%= @log %>.log"
|
||||
level = DEBUG
|
||||
|
||||
[preferences]
|
||||
|
|
Loading…
Reference in New Issue