From da64d3af3eb4be03b463b8b7ebc395b123904ecb Mon Sep 17 00:00:00 2001 From: Bastian Blank Date: Fri, 3 Feb 2017 18:48:14 +0100 Subject: [PATCH] De-list all rsync shares on ftp/ports/security-master Remove all comments at the same time --- modules/roles/files/dakmaster/rsyncd.conf | 7 ++----- modules/roles/files/ports_master/rsyncd.conf | 4 ++-- modules/roles/files/security_master/rsyncd.conf | 4 +--- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/modules/roles/files/dakmaster/rsyncd.conf b/modules/roles/files/dakmaster/rsyncd.conf index 47b9c8aa9..7c154f0c8 100644 --- a/modules/roles/files/dakmaster/rsyncd.conf +++ b/modules/roles/files/dakmaster/rsyncd.conf @@ -8,14 +8,14 @@ log file = /var/log/rsyncd/rsyncd.log [indices] path = /srv/ftp-master.debian.org/mirror/ftp-master/indices - comment = index files + list = no auth users = * read only = true secrets file = /etc/rsyncd/indices.secrets [debian] path = /srv/ftp-master.debian.org/mirror/ftp-master - comment = Full Debian FTP Archive (huge and growing) + list = no auth users = * read only = true secrets file = /home/archvsync/rsyncd/debian.secrets @@ -23,7 +23,6 @@ log file = /var/log/rsyncd/rsyncd.log [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 = /home/archvsync/rsyncd/debian-debug.secrets @@ -32,14 +31,12 @@ log file = /var/log/rsyncd/rsyncd.log [buildd-keyrings] path = /srv/ftp-master.debian.org/scripts/builddkeyrings/keyrings - comment = buildd keys for archive uploads read only = true list = no hosts allow = 82.195.75.106, 2001:41b8:202:deb:216:36ff:fe40:3906 [debian-buildd-dists] path = /srv/static.debian.org/master/incoming.debian.org-current-live/debian-buildd/dists - comment = buildd archive read only = true list = no auth users = * diff --git a/modules/roles/files/ports_master/rsyncd.conf b/modules/roles/files/ports_master/rsyncd.conf index 90b56e8ac..0510b8248 100644 --- a/modules/roles/files/ports_master/rsyncd.conf +++ b/modules/roles/files/ports_master/rsyncd.conf @@ -9,7 +9,7 @@ log file = /var/log/rsyncd/rsyncd-ports-master.log [debian-ports] path = /srv/ports-master.debian.org/ftp/debian-ports - comment = debian-ports tree - see https://www.ports.debian.org/ + list = no auth users = * read only = true ignore nonreadable = true @@ -18,7 +18,7 @@ log file = /var/log/rsyncd/rsyncd-ports-master.log [debian-ports-cd] path = /srv/ports-master.debian.org/ftp/debian-ports-cd - comment = debian-ports-cd tree - see https://www.ports.debian.org/ + list = no auth users = * read only = true secrets file = /home/archvsync/rsyncd/debian-ports-cd.secrets diff --git a/modules/roles/files/security_master/rsyncd.conf b/modules/roles/files/security_master/rsyncd.conf index 8cf2f8f7c..e7de8c8aa 100644 --- a/modules/roles/files/security_master/rsyncd.conf +++ b/modules/roles/files/security_master/rsyncd.conf @@ -8,7 +8,7 @@ log file = /var/log/rsyncd/rsyncd.log [debian-security] path = /srv/security.debian.org/archive/debian-security/ - comment = Debian security archive + list = no auth users = * read only = true secrets file = /home/archvsync/rsyncd/debian-security.secrets @@ -17,7 +17,6 @@ log file = /var/log/rsyncd/rsyncd.log [debian-security-buildd-dists] path = /srv/security-master.debian.org/buildd/debian-security-buildd/dists - comment = buildd archive read only = true list = no auth users = * @@ -26,7 +25,6 @@ log file = /var/log/rsyncd/rsyncd.log [debian-security-buildd-pool] path = /srv/security-master.debian.org/buildd/debian-security-buildd/pool - comment = buildd pool read only = true list = no auth users = * -- 2.20.1