From 547298fce0d9967fb10a965cae3bd51d1056cbd0 Mon Sep 17 00:00:00 2001 From: William Wernert Date: Fri, 10 Jul 2020 17:34:33 -0400 Subject: [PATCH] [refactor] Hide output for cortex and thehive init scripts --- salt/thehive/init.sls | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/thehive/init.sls b/salt/thehive/init.sls index da07247c4..3ca913221 100644 --- a/salt/thehive/init.sls +++ b/salt/thehive/init.sls @@ -115,6 +115,7 @@ cortexscript: - source: salt://thehive/scripts/cortex_init - cwd: /opt/so - template: jinja + - hide_output: True so-thehive: docker_container.running: @@ -134,3 +135,4 @@ thehivescript: - source: salt://thehive/scripts/hive_init - cwd: /opt/so - template: jinja + - hide_output: True