diff --git a/salt/fleet/packs/hh/hh-post-login.sh b/salt/fleet/packs/hh/hh-post-login.sh index 7e1ebd76c..8eaef8774 100644 --- a/salt/fleet/packs/hh/hh-post-login.sh +++ b/salt/fleet/packs/hh/hh-post-login.sh @@ -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