mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Fix Include in pillar top
This commit is contained in:
@@ -8,4 +8,4 @@ base:
|
|||||||
- masters.schedule
|
- masters.schedule
|
||||||
- masters.{{ grains.host }}
|
- masters.{{ grains.host }}
|
||||||
- static
|
- static
|
||||||
- firewall
|
- firewall.*
|
||||||
|
|||||||
@@ -296,6 +296,5 @@ so-elastalert:
|
|||||||
- binds:
|
- binds:
|
||||||
- /etc/elastalert/rules/:/etc/elastalert/rules/
|
- /etc/elastalert/rules/:/etc/elastalert/rules/
|
||||||
- /opt/so/log/elastalert:/var/log/elastalert
|
- /opt/so/log/elastalert:/var/log/elastalert
|
||||||
- network_mode: so-elastic-net
|
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
@@ -59,4 +59,4 @@ so-idstools:
|
|||||||
- binds:
|
- binds:
|
||||||
- /opt/so/conf/idstools/etc:/opt/so/idstools/etc:ro
|
- /opt/so/conf/idstools/etc:/opt/so/idstools/etc:ro
|
||||||
- /opt/so/rules/nids:/opt/so/rules/nids:rw
|
- /opt/so/rules/nids:/opt/so/rules/nids:rw
|
||||||
- network_mode: so-elastic-net
|
|
||||||
|
|||||||
@@ -17,6 +17,7 @@ base:
|
|||||||
- common
|
- common
|
||||||
- ca
|
- ca
|
||||||
- ssl
|
- ssl
|
||||||
|
- firewall
|
||||||
- master
|
- master
|
||||||
- idstools
|
- idstools
|
||||||
- redis
|
- redis
|
||||||
|
|||||||
Reference in New Issue
Block a user