From 29c3948f9551855e0a56af119fa7bd244a1c9354 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Sun, 11 Oct 2020 14:09:14 -0400 Subject: [PATCH] Fix soc.json --- salt/soc/files/soc/soc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/soc/files/soc/soc.json b/salt/soc/files/soc/soc.json index 1e25c47fa..f6a6eca5b 100644 --- a/salt/soc/files/soc/soc.json +++ b/salt/soc/files/soc/soc.json @@ -27,7 +27,7 @@ {%- if salt['pillar.get']('nodestab', {}) %} "remoteHostUrls": [ {%- for SN, SNDATA in salt['pillar.get']('nodestab', {}).items() %} - {{ SN.split('_')|first }}{{ "," if not loop.last }} + "https://{{ SN.split('_')|first }}:9200"{{ "," if not loop.last }} {%- endfor %} ], {%- endif %}