mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
icingaweb2_dev: change log file path to '/var/log/icingaweb.log'
refs #6842
This commit is contained in:
parent
72d74c1132
commit
8135ccaa95
@ -3,7 +3,7 @@ enable = true
|
|||||||
; Writing to a Stream
|
; Writing to a Stream
|
||||||
type = "file"
|
type = "file"
|
||||||
; Write data to the following file
|
; Write data to the following file
|
||||||
target = "/vagrant/var/log/icingaweb.log"
|
target = "/var/log/icingaweb.log"
|
||||||
; Write data to a PHP stream
|
; Write data to a PHP stream
|
||||||
;target = "php://output"
|
;target = "php://output"
|
||||||
|
|
||||||
|
@ -40,6 +40,13 @@ class icingaweb2_dev {
|
|||||||
notify => Service['apache'],
|
notify => Service['apache'],
|
||||||
}
|
}
|
||||||
|
|
||||||
|
file { '/var/log/icingaweb.log':
|
||||||
|
ensure => file,
|
||||||
|
owner => 'apache',
|
||||||
|
group => 'apache',
|
||||||
|
require => Class['apache'],
|
||||||
|
}
|
||||||
|
|
||||||
mysql::database::populate { 'icingaweb':
|
mysql::database::populate { 'icingaweb':
|
||||||
username => 'icingaweb',
|
username => 'icingaweb',
|
||||||
password => 'icingaweb',
|
password => 'icingaweb',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user