enabled/disable elaticfleet in ui

This commit is contained in:
m0duspwnens
2023-05-15 09:41:44 -04:00
parent b033f0d20f
commit 3f8e15d16f
10 changed files with 230 additions and 130 deletions

View File

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