mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Enable users and software on servers canary team (#19118)
Change needed to help verify https://github.com/fleetdm/fleet/issues/18424 in dogfood. /cc @xpkoala
This commit is contained in:
parent
0ce6a9fbee
commit
431d6919fe
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
name: "☁️🐣 Servers (canary)"
|
||||
team_settings:
|
||||
features:
|
||||
enable_host_users: false
|
||||
enable_software_inventory: false
|
||||
enable_host_users: true
|
||||
enable_software_inventory: true
|
||||
host_expiry_settings:
|
||||
host_expiry_enabled: false
|
||||
host_expiry_window: 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue