[refactor] Hide output for cortex and thehive init scripts

This commit is contained in:
William Wernert
2020-07-10 17:34:33 -04:00
parent f56811e745
commit 547298fce0

View File

@@ -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