From ebea9a7198d21f0e5d6e636a83a5626bf0235fb3 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 16 Jun 2021 08:07:28 -0400 Subject: [PATCH] remove space --- salt/suricata/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/suricata/init.sls b/salt/suricata/init.sls index 8df1a5a00..4cbda4bb4 100644 --- a/salt/suricata/init.sls +++ b/salt/suricata/init.sls @@ -13,7 +13,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . {% from 'allowed_states.map.jinja' import allowed_states %} -{% if sls in allowed_states and grains.role not in ['so-manager', 'so-managersearch'] %} +{% if sls in allowed_states and grains.role not in ['so-manager', 'so-managersearch'] %} {% set interface = salt['pillar.get']('sensor:interface', 'bond0') %} {% set VERSION = salt['pillar.get']('global:soversion', 'HH1.2.2') %}