]> git.donarmstrong.com Git - dsa-puppet.git/commitdiff
Add debian-debug rsync share
authorPeter Palfrader <peter@palfrader.org>
Mon, 24 Aug 2015 19:19:20 +0000 (21:19 +0200)
committerPeter Palfrader <peter@palfrader.org>
Mon, 24 Aug 2015 19:19:20 +0000 (21:19 +0200)
modules/roles/files/syncproxy/rsyncd.conf

index 7a5122c3d1fe53ef0134687067c590451e2bd7b8..eb1e47692ecb4605f5d40d382cf6fbe6438ea5ec 100644 (file)
@@ -22,6 +22,14 @@ log file =  /var/log/rsyncd/rsyncd.log
   read only = true
   secrets file = /etc/rsyncd/debian.secrets
 
+[debian-debug]
+  path = /srv/mirrors/debian-debug/
+  comment = Debug packages.  Probably large.  Starting mid 2015.
+  auth users = *
+  read only = true
+  secrets file = /etc/rsyncd/ftp.secrets
+  list = no
+
 [debian-security]
   path = /srv/mirrors/debian-security/
   comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)