fleet osquery fixes

This commit is contained in:
Josh Brower
2020-04-10 16:56:37 -04:00
parent 6625e17bf2
commit edae63097c
2 changed files with 40 additions and 14 deletions

View File

@@ -41,6 +41,8 @@ sleep 120
echo "Installing launcher via salt..."
salt-call state.apply fleet.install_package queue=True >> /root/fleet-setup.log
salt-call state.apply filebeat queue=True >> /root/fleet-setup.log
docker stop so-core
salt-call state.apply common queue=True >> /root/fleet-setup.log
echo "Fleet Setup Complete - Login here: https://{{ MAIN_HOSTNAME }}"
echo "Your username is $2 and your password is $initpw"