mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 09:12:45 +01:00
Merge pull request #65 from weslambert/master
Wazuh - Add conditional for config profile
This commit is contained in:
@@ -18,7 +18,11 @@
|
|||||||
<port>1514</port>
|
<port>1514</port>
|
||||||
<protocol>udp</protocol>
|
<protocol>udp</protocol>
|
||||||
</server>
|
</server>
|
||||||
|
{%- if grains['os'] == 'Ubuntu' %}
|
||||||
<config-profile>ubuntu, ubuntu16, ubuntu16.04</config-profile>
|
<config-profile>ubuntu, ubuntu16, ubuntu16.04</config-profile>
|
||||||
|
{%- else %}
|
||||||
|
<config-profile>centos, centos7</config-profile>
|
||||||
|
{%- endif %}
|
||||||
<notify_time>10</notify_time>
|
<notify_time>10</notify_time>
|
||||||
<time-reconnect>60</time-reconnect>
|
<time-reconnect>60</time-reconnect>
|
||||||
<auto_restart>yes</auto_restart>
|
<auto_restart>yes</auto_restart>
|
||||||
|
|||||||
Reference in New Issue
Block a user