From b80dd996ccb3a52fa8768a9c62171fe4e47a4819 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Thu, 11 May 2023 12:46:05 -0400 Subject: [PATCH] fix import --- salt/influxdb/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/influxdb/init.sls b/salt/influxdb/init.sls index 55f0b9650..33b4c3e37 100644 --- a/salt/influxdb/init.sls +++ b/salt/influxdb/init.sls @@ -3,10 +3,10 @@ # https://securityonion.net/license; you may not use this file except in compliance with the # Elastic License 2.0. -{% from 'influxdb/map.jinja' import INFLUXDBMERGED %} +{% from 'influxdb/map.jinja' import INFLUXMERGED %} include: -{% if INFLUXDBMERGED.enabled %} +{% if INFLUXMERGED.enabled %} - influxdb.enabled {% else %} - influxdb.disabled