From d4d5891c702097c82130bd8a95a1310ec77af088 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Thu, 23 Jan 2020 16:58:26 -0500 Subject: [PATCH] [fix] Remove require from hive init.sls --- salt/hive/init.sls | 4 ---- 1 file changed, 4 deletions(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index fca060528..c5cf72d39 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -85,8 +85,6 @@ so-thehive-es: # Install Cortex so-cortex: docker_container.running: - - require: - - so-corteximage - image: {{ MASTER }}:5000/soshybridhunter/so-thehive-cortex:HH{{ VERSION }} - hostname: so-cortex - name: so-cortex @@ -104,8 +102,6 @@ cortexscript: so-thehive: docker_container.running: - - require: - - so-thehiveimage - image: {{ MASTER }}:5000/soshybridhunter/so-thehive:HH{{ VERSION }} - environment: - ELASTICSEARCH_HOST={{ MASTERIP }}