Fix the rest of the analyst entries

This commit is contained in:
Mike Reeves
2023-06-26 16:26:55 -04:00
parent cb8faf7c5f
commit 6adef20a06
4 changed files with 24 additions and 23 deletions

View File

@@ -187,7 +187,7 @@
'schedule',
'docker_clean'
],
'so-workstation': [
'so-desktop': [
],
}, grain='role') %}

View File

@@ -29,7 +29,7 @@ base:
- salt.lasthighstate
- docker
'not *_workstation and G@saltversion:{{saltversion}}':
'not *_desktop and G@saltversion:{{saltversion}}':
- match: compound
- common
@@ -271,10 +271,10 @@ base:
- schedule
- docker_clean
'J@workstation:gui:enabled:^[Tt][Rr][Uu][Ee]$ and ( G@saltversion:{{saltversion}} and G@os:Rocky )':
'J@desktop:gui:enabled:^[Tt][Rr][Uu][Ee]$ and ( G@saltversion:{{saltversion}} and G@os:Rocky )':
- match: compound
- workstation
- desktop
'J@workstation:gui:enabled:^[Ff][Aa][Ll][Ss][Ee]$ and ( G@saltversion:{{saltversion}} and G@os:Rocky )':
'J@desktop:gui:enabled:^[Ff][Aa][Ll][Ss][Ee]$ and ( G@saltversion:{{saltversion}} and G@os:Rocky )':
- match: compound
- workstation.remove_gui
- desktop.remove_gui