From d658473485ad4b79272399b7dd14de554d954c7e Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 4 Nov 2019 11:31:27 -0500 Subject: [PATCH] Hive State - Fix cortex docker name --- salt/hive/init.sls | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index a825aebf5..73b29b501 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -20,7 +20,7 @@ hiveconf: - user: 939 - group: 939 - template: jinja - + cortexconfdir: file.directory: - name: /opt/so/conf/cortex @@ -90,13 +90,13 @@ so-thehive-es: so-corteximage: cmd.run: - - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-cortex:HH1.1.3 + - name: docker pull --disable-content-trust=false docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3 so-cortex: docker_container.running: - require: - so-corteximage - - image: docker.io/soshybridhunter/so-cortex:HH1.1.3 + - image: docker.io/soshybridhunter/so-thehive-cortex:HH1.1.3 - hostname: so-cortex - name: so-cortex - user: 939 @@ -104,7 +104,7 @@ so-cortex: - /opt/so/conf/hive/etc/cortex-application.conf:/opt/cortex/conf/application.conf:ro - port_bindings: - 0.0.0.0:9001:9001 - + cortexscript: cmd.script: - source: salt://hive/thehive/scripts/cortex_init.sh