mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
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 %}
|