mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-09 10:42:54 +01:00
6 lines
179 B
Django/Jinja
6 lines
179 B
Django/Jinja
# don't start the docker container if it is an import node
|
|
{% if grains.id.split('_')|last == 'import' %}
|
|
{% set START = False %}
|
|
{% else %}
|
|
{% set START = True %}
|
|
{% endif %} |