David J Davis
11/22/2021, 8:00 PMzwass
fleetctlfleetctl apply -f config.ymlapiVersion: v1
kind: config
spec:
  host_settings:
    enable_host_users: true
    enable_software_inventory: trueDavid J Davis
11/22/2021, 8:54 PMDavid J Davis
11/22/2021, 8:59 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: trueDavid J Davis
11/22/2021, 9:09 PMDavid J Davis
11/22/2021, 9:09 PMDavid J Davis
11/22/2021, 9:18 PMDavid J Davis
11/22/2021, 9:50 PMzwass