Fix desktop state

This commit is contained in:
Mike Reeves
2023-06-21 13:49:01 -04:00
parent 9240c3c6f0
commit c13c37f406
5 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
include:
- workstation.xwindows
- desktop.xwindows
{# If the master is 'salt' then the minion hasn't been configured and isn't connected to the grid. #}
{# We need this since the trusted-ca state uses mine data. #}
{% if grains.master != 'salt' %}
- workstation.trusted-ca
- desktop.trusted-ca
{% endif %}