mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-21 16:33:08 +01:00
Merge pull request #257 from Security-Onion-Solutions/features/features_setup
Initial Features Support
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% set VERSION = salt['pillar.get']('static:soversion', '1.1.4') %}
|
||||
{% set VERSION = salt['pillar.get']('static:soversion', 'HH1.1.4') %}
|
||||
{% set MASTER = salt['grains.get']('master') %}
|
||||
# Zeek Salt State
|
||||
# Add Zeek group
|
||||
@@ -100,7 +100,7 @@ localzeeksync:
|
||||
|
||||
so-zeek:
|
||||
docker_container.running:
|
||||
- image: {{ MASTER }}:5000/soshybridhunter/so-zeek:HH{{ VERSION }}
|
||||
- image: {{ MASTER }}:5000/soshybridhunter/so-zeek:{{ VERSION }}
|
||||
- privileged: True
|
||||
- binds:
|
||||
- /nsm/zeek/logs:/nsm/zeek/logs:rw
|
||||
|
||||
Reference in New Issue
Block a user