From: Tollef Fog Heen Date: Sat, 13 Apr 2019 07:54:33 +0000 (+0200) Subject: Temporarily expose /srv/mirrors/debian on archive through rsync X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=77541134868bf310b24f78afe538b0bd526442f5;p=mirror%2Fdsa-puppet.git Temporarily expose /srv/mirrors/debian on archive through rsync --- 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