TT#22070 Add missing IF

Fixes: commit 8db7b78f1d
Change-Id: Id80013d82c304fcd9d4c391232f1c99024a12b3b
changes/03/22203/1
Guillem Jover 8 years ago
parent e656d74486
commit 6ace14fbc7

@ -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' %]

Loading…
Cancel
Save