From 77541134868bf310b24f78afe538b0bd526442f5 Mon Sep 17 00:00:00 2001 From: Tollef Fog Heen Date: Sat, 13 Apr 2019 09:54:33 +0200 Subject: [PATCH] Temporarily expose /srv/mirrors/debian on archive through rsync --- modules/roles/templates/historical_mirror/rsyncd.conf.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/roles/templates/historical_mirror/rsyncd.conf.erb b/modules/roles/templates/historical_mirror/rsyncd.conf.erb index 8e64dcb09..dc0208654 100644 --- a/modules/roles/templates/historical_mirror/rsyncd.conf.erb +++ b/modules/roles/templates/historical_mirror/rsyncd.conf.erb @@ -16,3 +16,9 @@ log file = /var/log/rsyncd/rsyncd-archive.log comment = Debian Archive (use -H to save space) read only = true list = no + +[temp] + path = /srv/mirrors/debian + comment = Temporary mountpoint (do not use) + read only = true + list = no -- 2.20.1