From 5e21dc38944acc85879e38255c01c55d2896fc9f Mon Sep 17 00:00:00 2001 From: Tim Lee Date: Wed, 31 Jul 2024 23:44:15 -0600 Subject: [PATCH] add top level software keys (#42) --- default.yml | 1 + teams/workstations-canary.yml | 1 + teams/workstations.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/default.yml b/default.yml index 25c6464..2d37a0b 100644 --- a/default.yml +++ b/default.yml @@ -14,3 +14,4 @@ org_settings: org_name: Fleet secrets: - secret: "$FLEET_GLOBAL_ENROLL_SECRET" +software: diff --git a/teams/workstations-canary.yml b/teams/workstations-canary.yml index 3b62539..69a88c5 100644 --- a/teams/workstations-canary.yml +++ b/teams/workstations-canary.yml @@ -21,3 +21,4 @@ controls: team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_CANARY_ENROLL_SECRET" +software: diff --git a/teams/workstations.yml b/teams/workstations.yml index 5070e39..ecb4a1a 100644 --- a/teams/workstations.yml +++ b/teams/workstations.yml @@ -21,3 +21,4 @@ controls: team_settings: secrets: - secret: "$FLEET_WORKSTATIONS_ENROLL_SECRET" +software: