[fix] Further .sh extension removal

* Remove more .sh extensions
* Edit jinja markup to prevent whitespace trimming
This commit is contained in:
William Wernert
2020-01-23 15:06:40 -05:00
parent d2a7ef1e64
commit 4a288a0d63
7 changed files with 12 additions and 12 deletions

View File

@@ -98,7 +98,7 @@ so-cortex:
cortexscript:
cmd.script:
- source: salt://hive/thehive/scripts/cortex_init.sh
- source: salt://hive/thehive/scripts/cortex_init
- cwd: /opt/so
- template: jinja
@@ -119,6 +119,6 @@ so-thehive:
hivescript:
cmd.script:
- source: salt://hive/thehive/scripts/hive_init.sh
- source: salt://hive/thehive/scripts/hive_init
- cwd: /opt/so
- template: jinja