add comment
[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         su root www-data
15         sharedscripts
16 }