shaker/monitor/configure.sls
2024-07-26 15:09:27 +00:00

10 lines
171 B
YAML

# vim: set syntax=yaml ts=2 sw=2 sts=2 et :
{% if grains['nodename'] != 'dom0' %}
/rw/config/rc.local:
file.append:
- text: systemctl unmask suricata
{% endif %}