From b0709e93fa1aeaf9d12907d2270dd77481040a37 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 24 Jan 2023 10:50:52 -0500 Subject: [PATCH] test workflow --- salt/soc/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/init.sls b/salt/soc/init.sls index 40cb4487d..a2ecc610e 100644 --- a/salt/soc/init.sls +++ b/salt/soc/init.sls @@ -115,7 +115,7 @@ so-soc: {%- for SN, SNDATA in salt['pillar.get']('nodestab', {}).items() %} - {{ SN.split('_')|first }}:{{ SNDATA.ip }} {%- endfor %} - {%- endif %} + {%- endif %} - port_bindings: {% for BINDING in DOCKER.containers['so-soc'].port_bindings %} - {{ BINDING }}