From d07de0cb875efbf796c6a09cf0fb154865663d48 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Tue, 12 Sep 2017 09:50:17 +0000 Subject: [PATCH] Make historical mirror rsync template use the archive_root variable --- modules/roles/templates/historical_mirror/rsyncd.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/roles/templates/historical_mirror/rsyncd.conf.erb b/modules/roles/templates/historical_mirror/rsyncd.conf.erb index 48438f1b3..8e64dcb09 100644 --- a/modules/roles/templates/historical_mirror/rsyncd.conf.erb +++ b/modules/roles/templates/historical_mirror/rsyncd.conf.erb @@ -7,12 +7,12 @@ timeout = 7200 log file = /var/log/rsyncd/rsyncd-archive.log [debian-archive] - path = /srv/mirrors/debian-archive + path = <%= @archive_root %> comment = Debian Historical Archives (use -H to save space) read only = true [archive] - path = /srv/mirrors/debian-archive + path = <%= @archive_root %> comment = Debian Archive (use -H to save space) read only = true list = no -- 2.20.1