X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fsyncproxy%2Frsyncd.conf.erb;h=d27bcc4872974d21bc6bbc9c41255faac18260af;hb=fbefe2a0954ce5e66f8cd203c99f9dcaa61cffa8;hp=39673a70e0cd059933e0a52e5e9564d9511473d8;hpb=b1f236195b151cc975e54767b83e5fa8c54dd0f4;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index 39673a70e..d27bcc487 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -8,43 +8,48 @@ timeout = 7200 # weasel 2007-11-19 log file = /var/log/rsyncd/rsyncd-syncproxy.log +read only = true +ignore nonreadable = true +strict modes = false + [debian] path = /srv/mirrors/debian/ <%- unless has_variable?("has_srv_mirrors_debian") && has_srv_mirrors_debian == "true" -%> list = no <%- end -%> - comment = Full Debian FTP Archive (contact mirrors@debian.org for access; see https://www.debian.org/mirror/size for size) + comment = Debian archive (contact mirrors@debian.org for access; see https://www.debian.org/mirror/size for size) auth users = * - read only = true - secrets file = /etc/rsyncd/debian.secrets + secrets file = /home/archvsync/rsyncd/debian.secrets [debian-debug] path = /srv/mirrors/debian-debug/ <%- unless has_variable?("has_srv_mirrors_debian_debug") && has_srv_mirrors_debian_debug == "true" -%> list = no <%- end -%> - comment = Debug packages. Probably large. Starting end of 2015. + comment = Debug packages for Debian archive (contact mirrors@debian.org for access) auth users = * - read only = true - secrets file = /etc/rsyncd/debian.secrets + secrets file = /home/archvsync/rsyncd/debian-debug.secrets [debian-ports] path = /srv/mirrors/debian-ports/ <%- unless has_variable?("has_srv_mirrors_debian_debug") && has_srv_mirrors_debian_debug == "true" -%> list = no <%- end -%> - comment = debian-ports tree - see https://www.ports.debian.org/ + comment = Debian ports archive (contact mirrors@debian.org for access) auth users = * - read only = true - secrets file = /etc/rsyncd/debian.secrets + secrets file = /home/archvsync/rsyncd/debian-ports.secrets [debian-security] path = /srv/mirrors/debian-security/ <%- unless has_variable?("has_srv_mirrors_debian_security") && has_srv_mirrors_debian_security == "true" -%> list = no <%- end -%> - comment = Debian security archive (~100 GB; contact mirrors@debian.org for access) + comment = Debian security archive (contact mirrors@debian.org for access) auth users = * - read only = true - secrets file = /etc/rsyncd/debian.secrets + secrets file = /home/archvsync/rsyncd/debian-security.secrets +[debian-security-buildd-pool] + path = /srv/mirrors/debian-security-buildd/pool/ + list = no + auth users = * + secrets file = /home/archvsync/rsyncd/debian-security-buildd-pool.secrets