From 649b5958632aad8a6022e78b49df3108871d9e6d Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 25 Jun 2018 19:53:33 +0200 Subject: [PATCH] TT#22070 Add missing IF Fixes: commit 8db7b78f1dda622214919c6a4baebbfabdfb73d0 Change-Id: Id80013d82c304fcd9d4c391232f1c99024a12b3b (cherry picked from commit 6ace14fbc76ed6b14dc73810385c769ba55703c2) --- templates/410_process-ngcp.yaml.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/410_process-ngcp.yaml.tt2 b/templates/410_process-ngcp.yaml.tt2 index 181d61a..c8c7884 100644 --- a/templates/410_process-ngcp.yaml.tt2 +++ b/templates/410_process-ngcp.yaml.tt2 @@ -93,7 +93,7 @@ process: mediator: running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %] -[% general.ngcp_type == 'spce' -%] +[% IF general.ngcp_type == 'spce' -%] ngcp-sems: running: [% is_proxy && node_state == 'active' ? 'true' : 'false' %]