More fixes

This commit is contained in:
Josh Brower
2023-01-31 14:57:39 -05:00
parent 17af095e14
commit 18a54b86f4
12 changed files with 47 additions and 7 deletions

View File

@@ -131,8 +131,9 @@ function add_fleet_to_minion() {
# Write out settings to minion file
printf '%s\n'\
"fleet-server:"\
" ES-Token: '$ESTOKEN'"\
"elasticfleet:"\
" server:"\
" es_token: '$ESTOKEN'"\
" " >> $PILLARFILE
}