mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
dont run workstation.trusted-ca if not connected to grid
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
include:
|
include:
|
||||||
- workstation.xwindows
|
- 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
|
- workstation.trusted-ca
|
||||||
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user