Skip to content

Commit

Permalink
Add config for 'No team' (#51)
Browse files Browse the repository at this point in the history
For the following user story: fleetdm/fleet#21790
  • Loading branch information
lucasmrod authored Sep 25, 2024
1 parent de6446a commit fff6ca4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
8 changes: 5 additions & 3 deletions default.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# For Fleet Free, this file updates policies, queries, agent_options, and controls for all hosts.
# For Fleet Free:
# - This file updates policies, queries, agent_options, and controls for all hosts.

# For Fleet Premium, the default.yml file updates policies and queries that run on all hosts ("All teams"). Controls and agent options are updated for hosts on "No team."
# For Fleet Premium:
# - This file updates policies and queries that run on all hosts ("All teams").
# - Remove "controls" and add this to your YAML files in teams/ instead.

policies:
queries:
Expand All @@ -14,4 +17,3 @@ org_settings:
org_name: Fleet
secrets:
- secret: "$FLEET_GLOBAL_ENROLL_SECRET"
software:
10 changes: 10 additions & 0 deletions teams/no-team.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Teams are available in Fleet Premium.

# This file updates policies, controls, and software for hosts assigned to "No team."

# To update queries and agent options for hosts assigned to "No team," use the default.yml file.

name: No team
policies:
controls:
software:
2 changes: 1 addition & 1 deletion teams/workstations-canary.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Teams are available in Fleet Premium.

# This file updates controls, queries, policies, and agent options for assigned to the "Workstations (canary)" team.
# This file updates policies, queries, agent options, controls, and software for hosts assigned to the "Workstations (canary)" team.

# To add another team, create a new file in the teams/ directory and copy and paste the contents from this file.

Expand Down
4 changes: 2 additions & 2 deletions teams/workstations.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Only available in Fleet Premium.
# Teams are available in Fleet Premium.

# This file updates policies, queries, agent options, and controls for assigned to the "Workstations" team.
# This file updates policies, queries, agent options, controls, and software for hosts assigned to the "Workstations" team.

# To add another team, create a new file in the teams/ directory and copy and paste the contents from this file.

Expand Down

0 comments on commit fff6ca4

Please sign in to comment.