mirror of
https://github.com/fleetdm/fleet
synced 2026-04-22 14:07:19 +00:00
Currently covers the ability to sync and verify config with fleet server. Bulk API moved to its own ticket (#20278) while product decides its capabilities
25 lines
593 B
YAML
25 lines
593 B
YAML
name: "${TEST_TEAM_NAME}"
|
|
team_settings:
|
|
secrets:
|
|
- secret: "ABC"
|
|
features:
|
|
enable_host_users: true
|
|
enable_software_inventory: true
|
|
host_expiry_settings:
|
|
host_expiry_enabled: true
|
|
host_expiry_window: 30
|
|
agent_options:
|
|
controls:
|
|
policies:
|
|
queries:
|
|
software:
|
|
packages:
|
|
- url: ${SOFTWARE_INSTALLER_URL}/ruby.deb
|
|
install_script:
|
|
path: lib/install_ruby.sh
|
|
pre_install_query:
|
|
path: lib/query_ruby.yml
|
|
post_install_script:
|
|
path: lib/post_install_ruby.sh
|
|
- url: ${SOFTWARE_INSTALLER_URL}/other.deb
|
|
self_service: true
|