Skip to content

Commit

Permalink
Validate YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
noahtalerman committed Jan 16, 2024
1 parent d7419e2 commit aa91e49
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions default.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# For Fleet Premium, the default.yml file updates queries and policies that run on all hosts ("All teams"). Ccontrols and agent options are updated for hosts on "No team."

# For Fleet Free, this file updates queries, policies, controls, and agent options for all hosts.

# For Fleet Premium, the default.yml file updates queries and policies that run on all hosts ("All teams"). Ccontrols and agent options are updated for hosts on "No team."

controls: # Controls added to "No team"
macos_settings:
custom_settings:
Expand Down
3 changes: 1 addition & 2 deletions lib/device-health.policies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -247,5 +247,4 @@
3. Select Terminal
4. Run the following command:
/usr/bin/sudo /usr/bin/csrutil enable
query: SELECT 1 FROM sip_config WHERE config_flag="sip" and enabled=1;
-
query: SELECT 1 FROM sip_config WHERE config_flag="sip" and enabled=1;
4 changes: 2 additions & 2 deletions teams/workstations-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ policies:
agent_options: ./lib/agent-options.yml
team_settings:
webhook_settings:
secrets:
- secret: $FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET
secrets:
- secret: $FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET
3 changes: 1 addition & 2 deletions teams/workstations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,5 @@ team_settings:
destination_url: https://example.tines.com/webhook
policy_ids: [1, 2, 3, 4, 5,6 ,7, 8, 9]
secrets:
- secret: $FLEET_WORKSTATIONS_ENROLL_SECRET

- secret: $FLEET_WORKSTATIONS_ENROLL_SECRET

0 comments on commit aa91e49

Please sign in to comment.