From 202b87189e88965b05bbca2431abb3294fd5c301 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 21 Dec 2015 20:25:47 +0100 Subject: [PATCH] change order --- modules/roles/templates/syncproxy/rsyncd.conf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/roles/templates/syncproxy/rsyncd.conf.erb b/modules/roles/templates/syncproxy/rsyncd.conf.erb index 832ad9e83..fa0d12533 100644 --- a/modules/roles/templates/syncproxy/rsyncd.conf.erb +++ b/modules/roles/templates/syncproxy/rsyncd.conf.erb @@ -39,10 +39,10 @@ log file = /var/log/rsyncd/rsyncd.log secrets file = /etc/rsyncd/debian.secrets [debian-security] + path = /srv/mirrors/debian-security/ <%- unless has_variable?("has_srv_mirrors_debian_security") && has_srv_mirrors_debian_security == "true" -%> list = no <%- end -%> - path = /srv/mirrors/debian-security/ comment = Debian security archive (~100 GB; contact mirrors@debian.org for access) auth users = * read only = true -- 2.20.1