projects
/
mirror
/
dsa-puppet.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add volumes for hier on ganeti2.ubc.d.o
[mirror/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
}