projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix another typo...
[mirror/dsa-puppet.git]
/
modules
/
dacs
/
templates
/
dacs.logrotate.erb
1
##
2
## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE.
3
## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git
4
##
5
6
/var/log/dacs/*log {
7
daily
8
dateext
9
missingok
10
rotate 28
11
compress
12
delaycompress
13
create 640 www-data www-data
14
<% if @lsbmajdistrelease >= '7' -%>
15
su root www-data
16
<% else -%>
17
notifempty
18
<% end -%>
19
sharedscripts
20
}