From 7f43cf7357c8b209bf84330e135bb75fe16b158e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Fri, 8 Mar 2019 13:33:29 -0500 Subject: [PATCH] The Hive Module - Fix Salt Code --- salt/hive/init.sls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index dcefe2e50..8d391435c 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -30,7 +30,7 @@ so-thehive-es: # Install Cortex so-cortex: - docker_container_running: + docker_container.running: - image: thehiveproject/cortex:latest - hostname: so-cortex - name: so-cortex @@ -48,7 +48,7 @@ hiveconf: - template: jinja so-thehive: - docker_container_running: + docker_container.running: - image: thehiveproject/thehive:latest - hostname: so-thehive - name: so-thehive