Skip to content

Commit 13c7cf6

Browse files
authored
Add features to team config (#72)
* add features to team config * add to default as well * put them in the right place
1 parent 7dbc77c commit 13c7cf6

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

default.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ org_settings:
1717
org_name: Fleet
1818
secrets:
1919
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"
20+
features:
21+
enable_host_users: true
22+
enable_software_inventory: true

teams/workstations-canary.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,8 @@ controls:
2424
team_settings:
2525
secrets:
2626
- secret: "$FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET"
27+
features:
28+
enable_host_users: true
29+
enable_software_inventory: true
2730
software:
31+

teams/workstations.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,7 @@ controls:
2424
team_settings:
2525
secrets:
2626
- secret: "$FLEET_WORKSTATIONS_ENROLL_SECRET"
27+
features:
28+
enable_host_users: true
29+
enable_software_inventory: true
2730
software:

0 commit comments

Comments
 (0)