From dfd5947051d105cb60333f830e737542c0736a7d Mon Sep 17 00:00:00 2001 From: Doug Burks Date: Thu, 22 Dec 2022 09:46:27 -0500 Subject: [PATCH] add influxdb and telegraf to import mode --- salt/allowed_states.map.jinja | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/allowed_states.map.jinja b/salt/allowed_states.map.jinja index 899a56b23..192a52dd3 100644 --- a/salt/allowed_states.map.jinja +++ b/salt/allowed_states.map.jinja @@ -97,6 +97,8 @@ 'nginx', 'soc', 'kratos', + 'influxdb', + 'telegraf', 'firewall', 'idstools', 'suricata.manager',