mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-19 15:33:06 +01:00
cmd.script - Fix location
This commit is contained in:
@@ -101,5 +101,5 @@ so-thehive:
|
|||||||
hivescript:
|
hivescript:
|
||||||
cmd.script:
|
cmd.script:
|
||||||
- source: salt://hive/thehive/scripts/hive_init.sh
|
- source: salt://hive/thehive/scripts/hive_init.sh
|
||||||
- cwd: /root
|
- cwd: /opt/so
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|||||||
@@ -5,7 +5,7 @@
|
|||||||
crossclusterson:
|
crossclusterson:
|
||||||
cmd.script:
|
cmd.script:
|
||||||
- shell: /bin/bash
|
- shell: /bin/bash
|
||||||
- cwd: /root
|
- cwd: /opt/so
|
||||||
- runas: socore
|
- runas: socore
|
||||||
- source: salt://utility/bin/crossthestreams.sh
|
- source: salt://utility/bin/crossthestreams.sh
|
||||||
- template: jinja
|
- template: jinja
|
||||||
@@ -16,7 +16,7 @@ crossclusterson:
|
|||||||
fixsearch:
|
fixsearch:
|
||||||
cmd.script:
|
cmd.script:
|
||||||
- shell: /bin/bash
|
- shell: /bin/bash
|
||||||
- cwd: /root
|
- cwd: /opt/so
|
||||||
- runas: socore
|
- runas: socore
|
||||||
- source: salt://utility/bin/eval.sh
|
- source: salt://utility/bin/eval.sh
|
||||||
- template: jinja
|
- template: jinja
|
||||||
|
|||||||
Reference in New Issue
Block a user