From e0627217cd7e748aeda3dd952c6956772708c6a4 Mon Sep 17 00:00:00 2001 From: Markus Katharina Brechtel Date: Thu, 31 Aug 2017 00:15:12 +0000 Subject: [PATCH] lb config seems not to have the argument --mirror-binary-updates anymore --- templates/lb-config-args.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/lb-config-args.j2 b/templates/lb-config-args.j2 index 63da45b..eeb989e 100644 --- a/templates/lb-config-args.j2 +++ b/templates/lb-config-args.j2 @@ -14,7 +14,6 @@ {% endif %} {% if debian_mirror is defined %} --mirror-binary "{{ debian_mirror }}" ---mirror-binary-updates "{{ debian_mirror }}" {% if (debian_backports is defined) and (debian_backports == true) %} --mirror-binary-backports "{{ debian_mirror }}" {% endif %}