Enable rsync-ssl on keyring.debian.org
[mirror/dsa-puppet.git] / modules / roles / templates / syncproxy / rsyncd.conf.erb
index 665192d..39673a7 100644 (file)
@@ -6,7 +6,7 @@ socket options = SO_KEEPALIVE
 timeout = 7200
 
 # weasel 2007-11-19
-log file =  /var/log/rsyncd/rsyncd.log
+log file =  /var/log/rsyncd/rsyncd-syncproxy.log
 
 [debian]
   path = /srv/mirrors/debian/
@@ -18,22 +18,22 @@ log file =  /var/log/rsyncd/rsyncd.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 -%>
-  comment = Debug packages.  Probably large.  Starting end of 2015.
+  comment = debian-ports tree - see https://www.ports.debian.org/
   auth users = *
   read only = true
   secrets file = /etc/rsyncd/debian.secrets