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 %}