diff --git a/templates/510_init-daemons-ngcp.yaml.tt2 b/templates/510_init-daemons-ngcp.yaml.tt2 index 7dc3591..4d532ef 100644 --- a/templates/510_init-daemons-ngcp.yaml.tt2 +++ b/templates/510_init-daemons-ngcp.yaml.tt2 @@ -58,7 +58,7 @@ service: haproxy.service: enabled: false - running: [% is_lb && haproxy.enable == "yes" ? 'true' : 'false' %] + running: [% is_lb && haproxy.enable == "yes" && general.ngcp_type == 'carrier' ? 'true' : 'false' %] hb_watchdog.service: enabled: [% heartbeat.hb_watchdog.enable == 'yes' ? 'true' : 'false' %]