Fleet Module - Try and fix LiveQuery

This commit is contained in:
Mike Reeves
2019-01-24 14:38:22 -05:00
parent 3dee401c36
commit b12651c4d6

View File

@@ -1,10 +1,11 @@
#!/bin/sh
echo "Applying Post Configuration for Osquery"
fleetctl apply -f /packs/hh/osquery.conf
fleetctl apply -f /packs/hh/hhdefault.yml
fleetctl apply -f /packs/palantir/Fleet/Endpoints/options.yaml
#fleetctl apply -f /packs/hh/osquery.conf
fleetctls apply -f /packs/palantir/Fleet/Endpoints/options.yaml
fleetctl apply -f /packs/palantir/Fleet/Endpoints/MacOS/osquery.yaml
fleetctl apply -f /packs/palantir/Fleet/Endpoints/Windows/osquery.yaml
fleetctl apply -f /packs/hh/hhdefault.yml
for pack in /packs/palantir/Fleet/Endpoints/packs/*.yaml;
do fleetctl apply -f "$pack"
done