mirror of
https://github.com/fleetdm/fleet
synced 2026-05-01 18:37:37 +00:00
#24547 # Checklist for submitter - [x] Changes file added for user-visible changes in `changes/`, `orbit/changes/` or `ee/fleetd-chrome/changes`. See [Changes files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files) for more information. - [x] Added/updated tests - [x] Manual QA for all new/changed functionality
21 lines
492 B
YAML
21 lines
492 B
YAML
policies:
|
|
queries:
|
|
agent_options:
|
|
path: ./lib/agent-options.yml
|
|
controls:
|
|
macos_settings:
|
|
custom_settings:
|
|
- path: ./lib/macos-password-secret.mobileconfig
|
|
windows_enabled_and_configured: true
|
|
windows_settings:
|
|
custom_settings:
|
|
- path: ./lib/windows-screenlock-secret.xml
|
|
scripts:
|
|
- path: ./lib/fleet-secret.sh
|
|
org_settings:
|
|
server_settings:
|
|
server_url: $FLEET_URL
|
|
org_info:
|
|
org_name: Fleet
|
|
secrets:
|
|
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"
|