From: Peter Palfrader <peter@palfrader.org>
Date: Mon, 24 Jun 2013 19:08:41 +0000 (+0200)
Subject: more shares for syncproxy
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=441a5a5bee9d32e2e4a02d91bd9830e7629f76c9;p=dsa-puppet.git

more shares for syncproxy
---

diff --git a/modules/roles/files/syncproxy/rsyncd.conf b/modules/roles/files/syncproxy/rsyncd.conf
index 47403a2c..7a5122c3 100644
--- a/modules/roles/files/syncproxy/rsyncd.conf
+++ b/modules/roles/files/syncproxy/rsyncd.conf
@@ -10,7 +10,21 @@ log file =  /var/log/rsyncd/rsyncd.log
 
 [debian]
   path = /srv/mirrors/debian/
-  comment = Full Debian FTP Archive (~660 GB; contact mirrors@debian.org for access)
+  comment = Full Debian FTP Archive (~800 GB; contact mirrors@debian.org for access)
+  auth users = *
+  read only = true
+  secrets file = /etc/rsyncd/debian.secrets
+
+[debian-backports]
+  path = /srv/mirrors/debian-backports/
+  comment = Debian backports archive (up to, including Debian 6.0(squeeze) - ~35 GB; contact mirrors@debian.org for access)
+  auth users = *
+  read only = true
+  secrets file = /etc/rsyncd/debian.secrets
+
+[debian-security]
+  path = /srv/mirrors/debian-security/
+  comment = Debian security archive (~40 GB; contact mirrors@debian.org for access)
   auth users = *
   read only = true
   secrets file = /etc/rsyncd/debian.secrets