From a0c0efda32213edcbd33068d457787212c2d2ea2 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 24 Jan 2019 16:17:01 -0500 Subject: [PATCH] Fleet Module - Try and fix LiveQuery --- salt/fleet/packs/hh/hh-post-login.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/fleet/packs/hh/hh-post-login.sh b/salt/fleet/packs/hh/hh-post-login.sh index 8eaef8774..cc787decf 100644 --- a/salt/fleet/packs/hh/hh-post-login.sh +++ b/salt/fleet/packs/hh/hh-post-login.sh @@ -1,7 +1,7 @@ #!/bin/sh echo "Applying Post Configuration for Osquery" #fleetctl apply -f /packs/hh/osquery.conf -fleetctls apply -f /packs/palantir/Fleet/Endpoints/options.yaml +fleetctl 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