From 6e756b3586a39792883b1db2ae7b72a74666718b Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Wed, 20 Jan 2021 17:34:53 -0500 Subject: [PATCH] allow heathcheck state for standalone and heavynode --- 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 920a60aab..5ec218c8c 100644 --- a/salt/allowed_states.map.jinja +++ b/salt/allowed_states.map.jinja @@ -55,6 +55,7 @@ 'firewall', 'pcap', 'suricata', + 'healthcheck', 'schedule', 'tcpreplay', 'docker_clean' @@ -172,6 +173,7 @@ 'suricata.manager', 'pcap', 'suricata', + 'healthcheck', 'utility', 'schedule', 'soctopus',