From 92818bebca75ea3e139a2dea4ac2920ae2ca6033 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Mon, 11 Mar 2019 12:20:03 -0400 Subject: [PATCH] Hive Module - Add application.conf --- salt/hive/init.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index 3547cbf08..38907e98b 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -66,6 +66,6 @@ so-thehive: - hostname: so-thehive - name: so-thehive - binds: - - /opt/so/conf/hive/application.conf:/etc/thehive/application.conf:ro + - /opt/so/conf/hive/etc/application.conf:/etc/thehive/application.conf:ro - port_bindings: - 0.0.0.0:9000:9000