David J Davis
11/22/2021, 8:00 PMzwass
fleetctl
. fleetctl apply -f config.yml
with this config:
apiVersion: v1
kind: config
spec:
host_settings:
enable_host_users: true
enable_software_inventory: true
David J Davis
11/22/2021, 8:54 PMroot@tafleet01:/etc/fleetdm# /usr/local/bin/fleetctl apply -f test.yaml
set the Fleet API address with: fleetctl config set --address <https://localhost:8080>
root@tafleet01:/etc/fleetdm# cat test.yaml
apiVersion: v1
kind: config
spec:
host_settings:
enable_host_users: true
enable_software_inventory: true
zwass