mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 02:32:46 +01:00
dont list aptcacherng in so-status if user chose open updates during setup - https://github.com/Security-Onion-Solutions/securityonion/issues/1573
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
'so-telegraf',
|
'so-telegraf',
|
||||||
'so-soc',
|
'so-soc',
|
||||||
'so-kratos',
|
'so-kratos',
|
||||||
'so-aptcacherng',
|
|
||||||
'so-idstools',
|
'so-idstools',
|
||||||
'so-redis',
|
'so-redis',
|
||||||
'so-elasticsearch',
|
'so-elasticsearch',
|
||||||
@@ -16,3 +15,7 @@
|
|||||||
'so-soctopus'
|
'so-soctopus'
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
{% if salt['pillar.get']('global:managerupdate') == 1 %}
|
||||||
|
{% do docker.containers.append('so-aptcacherng') %}
|
||||||
|
{% endif %}
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
'so-telegraf',
|
'so-telegraf',
|
||||||
'so-soc',
|
'so-soc',
|
||||||
'so-kratos',
|
'so-kratos',
|
||||||
'so-aptcacherng',
|
|
||||||
'so-idstools',
|
'so-idstools',
|
||||||
'so-redis',
|
'so-redis',
|
||||||
'so-logstash',
|
'so-logstash',
|
||||||
@@ -16,3 +15,7 @@
|
|||||||
'so-soctopus'
|
'so-soctopus'
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
{% if salt['pillar.get']('global:managerupdate') == 1 %}
|
||||||
|
{% do docker.containers.append('so-aptcacherng') %}
|
||||||
|
{% endif %}
|
||||||
@@ -4,7 +4,6 @@
|
|||||||
'so-telegraf',
|
'so-telegraf',
|
||||||
'so-soc',
|
'so-soc',
|
||||||
'so-kratos',
|
'so-kratos',
|
||||||
'so-aptcacherng',
|
|
||||||
'so-idstools',
|
'so-idstools',
|
||||||
'so-redis',
|
'so-redis',
|
||||||
'so-logstash',
|
'so-logstash',
|
||||||
@@ -20,3 +19,7 @@
|
|||||||
'so-sensoroni'
|
'so-sensoroni'
|
||||||
]
|
]
|
||||||
} %}
|
} %}
|
||||||
|
|
||||||
|
{% if salt['pillar.get']('global:managerupdate') == 1 %}
|
||||||
|
{% do docker.containers.append('so-aptcacherng') %}
|
||||||
|
{% endif %}
|
||||||
Reference in New Issue
Block a user