diff --git a/salt/common/tools/sbin/so-index-list b/salt/common/tools/sbin/so-index-list index 86fb72717..f349cb0d4 100755 --- a/salt/common/tools/sbin/so-index-list +++ b/salt/common/tools/sbin/so-index-list @@ -16,7 +16,7 @@ # along with this program. If not, see . {% if grains['role'] in ['so-node','so-heavynode'] %} -curl -X GET -k https://"localhost:9200/_cat/indices?v" +curl -X GET -k https://localhost:9200/_cat/indices?v {% else %} -curl -X GET "localhost:9200/_cat/indices?v" +curl -X GET localhost:9200/_cat/indices?v {% endif %}