From 9068f85557bb2f2f85e7bc3a1a7efef60ce027c3 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 31 Aug 2017 00:11:55 +0000 Subject: [PATCH] fix lb-config-args for debian_components --- templates/lb-config-args.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/lb-config-args.j2 b/templates/lb-config-args.j2 index 03fb497..63da45b 100644 --- a/templates/lb-config-args.j2 +++ b/templates/lb-config-args.j2 @@ -27,5 +27,5 @@ --backports true {% endif %} {% if debian_components is defined %} ---archive-areas {% debian_components | join(",") %} +--archive-areas {{ debian_components | join(",") }} {% endif %}