From a531fcc63709e87867ce11ec41df8319876a1465 Mon Sep 17 00:00:00 2001 From: Alexandre MERLIN <alexandre.merlin@inria.fr> Date: Fri, 1 Sep 2023 13:20:41 +0200 Subject: [PATCH] [template/kadeploy] Fix typo in yaml, it's : not = --- lib/refrepo/gen/puppet/templates/kadeployg5k.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/refrepo/gen/puppet/templates/kadeployg5k.conf.erb b/lib/refrepo/gen/puppet/templates/kadeployg5k.conf.erb index a3167dd9b4..6d8fd9a656 100644 --- a/lib/refrepo/gen/puppet/templates/kadeployg5k.conf.erb +++ b/lib/refrepo/gen/puppet/templates/kadeployg5k.conf.erb @@ -132,8 +132,8 @@ automata: custom_variables: <%- end -%> <%- if data['force_tftp'] -%> - FORCE_TFTP="1" + FORCE_TFTP: "1" <%- end -%> <%- if data['no_module']-%> - PI_NO_MODULE = "1" + PI_NO_MODULE: "1" <%- end -%> -- GitLab