diff --git a/setup/so-functions b/setup/so-functions index 3f6a2b136..f4d08e9a9 100755 --- a/setup/so-functions +++ b/setup/so-functions @@ -1645,7 +1645,7 @@ manager_pillar() { printf '%s\n'\ "soc:"\ " endgamehost: '$ENDGAMEHOST'"\ - " es_index_patterns: '*:so-*, *:endgame-*'"\ + " es_index_patterns: '*:so-*,*:endgame-*'"\ "" >> "$pillar_file" fi }