90b56e8ac19de21e76fc1f4b340fad6e847d37a1
[mirror/dsa-puppet.git] / modules / roles / files / ports_master / rsyncd.conf
1 uid = nobody
2 gid = nogroup
3 max connections = 25
4 syslog facility = daemon
5 socket options = SO_KEEPALIVE
6 reverse lookup = false
7 timeout = 7200
8 log file = /var/log/rsyncd/rsyncd-ports-master.log
9
10 [debian-ports]
11   path = /srv/ports-master.debian.org/ftp/debian-ports
12   comment = debian-ports tree - see https://www.ports.debian.org/
13   auth users = *
14   read only = true
15   ignore nonreadable = true
16   secrets file = /home/archvsync/rsyncd/debian-ports.secrets
17   strict modes = false
18
19 [debian-ports-cd]
20   path = /srv/ports-master.debian.org/ftp/debian-ports-cd
21   comment = debian-ports-cd tree - see https://www.ports.debian.org/
22   auth users = *
23   read only = true
24   secrets file = /home/archvsync/rsyncd/debian-ports-cd.secrets
25   strict modes = false