cmd.script cleanup

This commit is contained in:
Mike Reeves
2019-09-19 08:52:44 -04:00
parent d7d3dc9977
commit a9113a99a6
2 changed files with 4 additions and 1 deletions

View File

@@ -97,8 +97,9 @@ so-thehive:
- /opt/so/conf/hive/etc/application.conf:/opt/thehive/conf/application.conf:ro - /opt/so/conf/hive/etc/application.conf:/opt/thehive/conf/application.conf:ro
- port_bindings: - port_bindings:
- 0.0.0.0:9000:9000 - 0.0.0.0:9000:9000
hivescript: hivescript:
cmd.script: cmd.script:
- source: salt://hive/thehive/scripts/hive_init.sh - source: salt://hive/thehive/scripts/hive_init.sh
- cwd: /root
- template: jinja - template: jinja

View File

@@ -5,6 +5,7 @@
crossclusterson: crossclusterson:
cmd.script: cmd.script:
- shell: /bin/bash - shell: /bin/bash
- cwd: /root
- runas: socore - runas: socore
- source: salt://utility/bin/crossthestreams.sh - source: salt://utility/bin/crossthestreams.sh
- template: jinja - template: jinja
@@ -15,6 +16,7 @@ crossclusterson:
fixsearch: fixsearch:
cmd.script: cmd.script:
- shell: /bin/bash - shell: /bin/bash
- cwd: /root
- runas: socore - runas: socore
- source: salt://utility/bin/eval.sh - source: salt://utility/bin/eval.sh
- template: jinja - template: jinja