Make historical mirror rsync template use the archive_root variable
authorPeter Palfrader <peter@palfrader.org>
Tue, 12 Sep 2017 09:50:17 +0000 (09:50 +0000)
committerPeter Palfrader <peter@palfrader.org>
Tue, 12 Sep 2017 09:50:17 +0000 (09:50 +0000)
modules/roles/templates/historical_mirror/rsyncd.conf.erb

index 48438f1..8e64dcb 100644 (file)
@@ -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