Remove space to allow pattern(s) to be correctly interpreted

This commit is contained in:
weslambert
2021-10-19 13:01:40 -04:00
committed by GitHub
parent 00e5b54dda
commit 9453ed7fa1

View File

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