mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Found while working on #12696. This was caught be a recent check added by @mostlikelee to `fleetctl apply` (#13294). Sample error: ```sh $ fleetctl apply --context loadtest -f ee/cis/win-10/cis-policy-queries.yml Error: applying policies: policy names must be globally unique. Please correct policy "CIS - Ensure 'Windows Firewall: Public: Firewall state' is set to 'On (recommended)'\n" and try again. ```
1 line
72 B
Text
1 line
72 B
Text
* Fix duplicate policy names in `ee/cis/win-10/cis-policy-queries.yml`.
|