mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 17:08:53 +00:00
Dogfood fleetd and osquery edge releases (#18341)
This is very handy for #18312
This commit is contained in:
parent
2fc4e520b8
commit
791ce63c73
2 changed files with 8 additions and 1 deletions
|
|
@ -12,5 +12,7 @@ config:
|
|||
logger_tls_period: 10
|
||||
pack_delimiter: /
|
||||
update_channels:
|
||||
# We want to use these hosts to smoke test osquery releases.
|
||||
# We want to use these hosts to smoke test edge releases.
|
||||
osqueryd: edge
|
||||
orbit: edge
|
||||
desktop: edge
|
||||
|
|
|
|||
|
|
@ -56,6 +56,11 @@ agent_options:
|
|||
- indirect_object_identifier
|
||||
- indirect_object_identifier_type
|
||||
- last_modified
|
||||
update_channels:
|
||||
# We want to use these hosts to smoke test edge releases.
|
||||
osqueryd: edge
|
||||
orbit: edge
|
||||
desktop: edge
|
||||
controls:
|
||||
enable_disk_encryption: true
|
||||
macos_settings:
|
||||
|
|
|
|||
Loading…
Reference in a new issue