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