projects
/
chef.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
nominatim: make log dir configurable and move it to ssd on dulcy
[chef.git]
/
cookbooks
/
nominatim
/
templates
/
default
/
logrotate.nominatim.erb
1
# DO NOT EDIT - This file is being maintained by Chef
2
3
<%= node[:nominatim][:logdir] %>/update.log {
4
weekly
5
missingok
6
rotate 5
7
compress
8
delaycompress
9
notifempty
10
create 640 nominatim adm
11
}
12
13
<%= node[:nominatim][:logdir] %>/query.log {
14
weekly
15
missingok
16
rotate 8
17
compress
18
delaycompress
19
notifempty
20
create 640 www-data adm
21
}