From a6f8ee710e2a5f2d7da6b7158f40839ee79f2cfb Mon Sep 17 00:00:00 2001 From: Allen Houchins <32207388+allenhouchins@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:10:04 -0600 Subject: [PATCH] Update mac-enrollment-profile-up-to-date.yml (#26024) Fixed formatting issues with how this was displaying to end users. --- .../all/policies/mac-enrollment-profile-up-to-date.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml b/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml index 5eab435072..18ef73c4b5 100644 --- a/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml +++ b/it-and-security/lib/all/policies/mac-enrollment-profile-up-to-date.yml @@ -2,11 +2,12 @@ query: SELECT 1 FROM mdm where topic = "com.apple.mgmt.External.ccfc8d43-e9f1-49ec-8ca4-10072077deec"; critical: true description: This policy checks to see if you have the most recent enrollment profile installed. Not having this profile means this device is no longer communicating with Fleet via MDM. - resolution: "You must manually remove your enrollment profile to fix this issue. This can be done in one of two ways: + resolution: >- + You must manually remove your enrollment profile to fix this issue. This can be done in one of two ways: -1.)  > System Settings > Profiles > Fleet enrollment > - -2.) Find your host in dogfood > Actions > Turn off mdm + 1.)  > System Settings > Profiles > Fleet enrollment > - + 2.) Find your host in dogfood > Actions > Turn off mdm -If you encounter any issues with these options, please reach out via #help-dogfooding." + If you encounter any issues with these options, please reach out via #help-dogfooding. platform: darwin \ No newline at end of file