mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
2.3 updates
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
{% if '2.4' in salt['cp.get_file_str']('/etc/soversion') %}
|
{% if '2.4' in salt['cp.get_file_str']('/etc/soversion') %}
|
||||||
|
|
||||||
{% import_yaml '/opt/so/saltstack/local/pillar/global/soc_global.sls' as SOC_GLOBAL %}
|
{% import_yaml '/opt/so/saltstack/local/pillar/global/soc_global.sls' as SOC_GLOBAL %}
|
||||||
{% if SOC_GLOBAL.global.airgap %}
|
{% if SOC_GLOBAL.global.airgap %}
|
||||||
{% set UPDATE_DIR='/tmp/soagupdate/SecurityOnion' %}
|
{% set UPDATE_DIR='/tmp/soagupdate/SecurityOnion' %}
|
||||||
{% else %}
|
{% else %}
|
||||||
{% set UPDATE_DIR='/tmp/sogh/securityonion' %}
|
{% set UPDATE_DIR='/tmp/sogh/securityonion' %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
remove_common_soup:
|
remove_common_soup:
|
||||||
file.absent:
|
file.absent:
|
||||||
|
|||||||
Reference in New Issue
Block a user