]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/rsync/files/logrotate.d-dsa-rsyncd
try an rsync class
[dsa-puppet.git] / modules / rsync / files / logrotate.d-dsa-rsyncd
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/rsyncd/*.log {
7         daily
8         missingok
9         rotate 56
10         compress
11         delaycompress
12         notifempty
13         create 644 root root
14 }