From 6ace14fbc76ed6b14dc73810385c769ba55703c2 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 --- 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 ce17154..9e4082c 100644 --- a/templates/410_process-ngcp.yaml.tt2 +++ b/templates/410_process-ngcp.yaml.tt2 @@ -73,7 +73,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' %]