]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/vsftpd/templates/logrotate.erb
82222378a20767f0cdbbbcc647b3d46ed72d2765
[dsa-puppet.git] / modules / vsftpd / templates / logrotate.erb
1 <%= scope.lookupvar('logfile') %>
2 {
3         create 640 root adm
4
5         # ftpd doesn't handle SIGHUP properly
6         missingok
7         notifempty
8         rotate 4
9         weekly
10 }