mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Merge pull request #1377 from Security-Onion-Solutions/bugfix/docker_cleanup
fix docker_clean syntax
This commit is contained in:
@@ -136,7 +136,7 @@ base:
|
|||||||
{%- if DOMAINSTATS != 0 %}
|
{%- if DOMAINSTATS != 0 %}
|
||||||
- domainstats
|
- domainstats
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
docker_clean
|
- docker_clean
|
||||||
|
|
||||||
'*_manager and G@saltversion:{{saltversion}}':
|
'*_manager and G@saltversion:{{saltversion}}':
|
||||||
- match: compound
|
- match: compound
|
||||||
@@ -185,7 +185,7 @@ base:
|
|||||||
{%- if DOMAINSTATS != 0 %}
|
{%- if DOMAINSTATS != 0 %}
|
||||||
- domainstats
|
- domainstats
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
docker_clean
|
- docker_clean
|
||||||
|
|
||||||
'*_standalone and G@saltversion:{{saltversion}}':
|
'*_standalone and G@saltversion:{{saltversion}}':
|
||||||
- match: compound
|
- match: compound
|
||||||
@@ -244,7 +244,7 @@ base:
|
|||||||
{%- if DOMAINSTATS != 0 %}
|
{%- if DOMAINSTATS != 0 %}
|
||||||
- domainstats
|
- domainstats
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
docker_clean
|
- docker_clean
|
||||||
|
|
||||||
# Search node logic
|
# Search node logic
|
||||||
|
|
||||||
@@ -367,7 +367,7 @@ base:
|
|||||||
{%- if DOMAINSTATS != 0 %}
|
{%- if DOMAINSTATS != 0 %}
|
||||||
- domainstats
|
- domainstats
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
docker_clean
|
- docker_clean
|
||||||
|
|
||||||
'*_heavynode and G@saltversion:{{saltversion}}':
|
'*_heavynode and G@saltversion:{{saltversion}}':
|
||||||
- match: compound
|
- match: compound
|
||||||
|
|||||||
Reference in New Issue
Block a user