Use archvsync managed secrets files for rsyncd on ftp-master
authorBastian Blank <bastian@waldi.eu.org>
Tue, 10 Jan 2017 18:57:38 +0000 (19:57 +0100)
committerBastian Blank <waldi@debian.org>
Tue, 10 Jan 2017 20:30:09 +0000 (21:30 +0100)
modules/roles/files/dakmaster/rsyncd.conf

index 23b74f8..47b9c8a 100644 (file)
@@ -18,14 +18,16 @@ log file = /var/log/rsyncd/rsyncd.log
   comment = Full Debian FTP Archive (huge and growing)
   auth users = *
   read only = true
-  secrets file = /etc/rsyncd/ftp.secrets
+  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
 
 [buildd-keyrings]
@@ -41,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