Desktop Packages

This commit is contained in:
Mike Reeves
2023-06-20 13:41:10 -04:00
parent fb81c6e2e3
commit 0fc03baf58
7 changed files with 341 additions and 68 deletions
+7
View File
@@ -0,0 +1,7 @@
include:
- workstation.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
{% endif %}