From fac4a56de34e71b1b0120063524e84c2748773f9 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 7 Feb 2016 18:44:16 +0200 Subject: fix looking up public_isos variable --- modules/bcd/templates/rsyncd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/bcd/templates/rsyncd.conf b/modules/bcd/templates/rsyncd.conf index 26197765..75c7d335 100644 --- a/modules/bcd/templates/rsyncd.conf +++ b/modules/bcd/templates/rsyncd.conf @@ -4,7 +4,7 @@ uid = nobody gid = nogroup [isos] - path = <%= public_isos %> + path = <%= scope.lookupvar("bcd::public_isos") %> comment = Mageia ISOs exclude = .htaccess .htpasswd read only = yes -- cgit v1.2.1