X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fsyncproxy%2Frsyncd.conf.erb;h=d144ccc726d45ee70b533a7fab6aed98ed52a8a1;hb=b22126f6fb34f763cbcee4ad49b988947ecd1bf7;hp=ef7e962e523b39ae0197b5a0839bfcb1c9954143;hpb=13a293a08b9b889bd39f8ae5b632ebea61136cd8;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index ef7e962e5..d144ccc72 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -18,18 +18,18 @@ log file = /var/log/rsyncd/rsyncd-syncproxy.log read only = true secrets file = /etc/rsyncd/debian.secrets -[debian-backports] - path = /srv/mirrors/debian-backports/ -<%- unless has_variable?("has_srv_mirrors_debian_backports") && has_srv_mirrors_debian_backports == "true" -%> +[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 = Debian backports archive (up to, including Debian 6.0(squeeze) - ~35 GB; contact mirrors@debian.org for access) + comment = Debug packages. Probably large. Starting end of 2015. auth users = * read only = true secrets file = /etc/rsyncd/debian.secrets -[debian-debug] - path = /srv/mirrors/debian-debug/ +[debian-ports] + path = /srv/mirrors/debian-ports/ <%- unless has_variable?("has_srv_mirrors_debian_debug") && has_srv_mirrors_debian_debug == "true" -%> list = no <%- end -%>