Merge remote-tracking branch 'waldi/rsyncd-systemd'
[mirror/dsa-puppet.git] / modules / roles / files / dakmaster / rsyncd.conf
index 7cedf06..47b9c8a 100644 (file)
@@ -13,52 +13,23 @@ log file = /var/log/rsyncd/rsyncd.log
   read only = true
   secrets file = /etc/rsyncd/indices.secrets
 
-[ftp]
-  path = /srv/ftp-master.debian.org/mirror/ftp-master
-  comment = Full Debian FTP Archive (huge and growing)
-  auth users = *
-  read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
-  list = no
-
-[debian-all]
-  path = /srv/ftp-master.debian.org/mirror/ftp-master
-  comment = Full Debian FTP Archive (huge and growing)
-  auth users = *
-  read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
-  list = no
-
 [debian]
   path = /srv/ftp-master.debian.org/mirror/ftp-master
   comment = Full Debian FTP Archive (huge and growing)
   auth users = *
   read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
-
-[debian-backports]
-  path = /srv/backports-master.debian.org/mirror/backports
-  comment = Debian Squeeze Backports
-  auth users = *
-  read only = true
-  secrets file = /etc/rsyncd/backports.secrets
-  list = no
+  secrets file = /home/archvsync/rsyncd/debian.secrets
+  strict modes = false
 
 [debian-debug]
   path = /srv/ftp-master.debian.org/mirror/debian-debug
   comment = Debug packages.  Probably large.  Starting mid 2015.
   auth users = *
   read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
+  secrets file = /home/archvsync/rsyncd/debian-debug.secrets
+  strict modes = false
   list = no
 
-[exports]
-  path = /srv/ftp.debian.org/rsync/export
-  comment = Various metadata exports
-  auth users = *
-  read only = true
-  secrets file = /etc/rsyncd/exports.secrets
-
 [buildd-keyrings]
   path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings
   comment = buildd keys for archive uploads
@@ -72,4 +43,5 @@ log file = /var/log/rsyncd/rsyncd.log
   read only = true
   list = no
   auth users = *
-  secrets file = /etc/rsyncd/buildd.secrets
+  secrets file = /home/archvsync/rsyncd/debian-buildd-dists.secrets
+  strict modes = false