Bro Module - Fix Logic for community v regular bro

This commit is contained in:
Mike Reeves
2018-09-28 16:13:19 -04:00
parent 8602518065
commit aa268803dd

View File

@@ -54,7 +54,7 @@ nodecfgsync:
- template: jinja - template: jinja
# Sync local.bro # Sync local.bro
{% if salt['pillar.get']('static:mainip', '') == 'COMMUNITY' %} {% if salt['pillar.get']('static:broversion', '') == 'COMMUNITY' %}
localbrosync: localbrosync:
file.managed: file.managed:
- name: /opt/so/conf/bro/local.bro - name: /opt/so/conf/bro/local.bro