mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 19:22:54 +01:00
connect wip
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
{% from 'allowed_states.map.jinja' import allowed_states %}
|
{% from 'allowed_states.map.jinja' import allowed_states %}
|
||||||
{% if sls.split('.')[0] in allowed_states %}
|
{% if sls.split('.')[0] in allowed_states %}
|
||||||
{% from "hydra/map.jinja" import hydraMERGED %}
|
{% from "hydra/map.jinja" import HYDRAMERGED %}
|
||||||
|
|
||||||
hydradir:
|
hydradir:
|
||||||
file.directory:
|
file.directory:
|
||||||
@@ -38,8 +38,9 @@ hydraconfig:
|
|||||||
- group: 928
|
- group: 928
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
- makedirs: True
|
||||||
- defaults:
|
- defaults:
|
||||||
hydraMERGED: {{ hydraMERGED }}
|
HYDRAMERGED: {{ HYDRAMERGED }}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
||||||
|
|||||||
@@ -54,10 +54,8 @@ so-hydra:
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
- restart_policy: unless-stopped
|
- restart_policy: unless-stopped
|
||||||
- watch:
|
- watch:
|
||||||
- file: hydraschema
|
|
||||||
- file: hydraconfig
|
- file: hydraconfig
|
||||||
- require:
|
- require:
|
||||||
- file: hydraschema
|
|
||||||
- file: hydraconfig
|
- file: hydraconfig
|
||||||
- file: hydralogdir
|
- file: hydralogdir
|
||||||
- file: hydradir
|
- file: hydradir
|
||||||
|
|||||||
Reference in New Issue
Block a user