X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=modules%2Froles%2Ftemplates%2Fsyncproxy%2Frsyncd.conf.erb;h=d144ccc726d45ee70b533a7fab6aed98ed52a8a1;hb=fbe56e4206801c65dae31a524d1af8665ead5714;hp=dd348e43faf7adbdf9e0ac9066bd6a5ac6eba07b;hpb=65139996ecd9fed4bb7498e6ac9e73fdaa6920ac;p=mirror%2Fdsa-puppet.git diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index dd348e43f..d144ccc72 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -28,6 +28,16 @@ log file = /var/log/rsyncd/rsyncd-syncproxy.log read only = true secrets file = /etc/rsyncd/debian.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 = Debug packages. Probably large. Starting end of 2015. + auth users = * + read only = true + secrets file = /etc/rsyncd/debian.secrets + [debian-security] path = /srv/mirrors/debian-security/ <%- unless has_variable?("has_srv_mirrors_debian_security") && has_srv_mirrors_debian_security == "true" -%>