mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-07 01:32:47 +01:00
Due to dir ownership restrictions need to run crossthestreams and eval as root
This commit is contained in:
@@ -173,8 +173,6 @@ elastic_curl_config:
|
|||||||
- name: /opt/so/conf/elasticsearch/curl.config
|
- name: /opt/so/conf/elasticsearch/curl.config
|
||||||
- source: salt://elasticsearch/curl.config
|
- source: salt://elasticsearch/curl.config
|
||||||
- mode: 600
|
- mode: 600
|
||||||
- user: 939
|
|
||||||
- group: 939
|
|
||||||
- show_changes: False
|
- show_changes: False
|
||||||
- makedirs: True
|
- makedirs: True
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,6 @@ crossclusterson:
|
|||||||
cmd.script:
|
cmd.script:
|
||||||
- shell: /bin/bash
|
- shell: /bin/bash
|
||||||
- cwd: /opt/so
|
- cwd: /opt/so
|
||||||
- runas: socore
|
|
||||||
- source: salt://utility/bin/crossthestreams
|
- source: salt://utility/bin/crossthestreams
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defaults:
|
- defaults:
|
||||||
@@ -22,7 +21,6 @@ fixsearch:
|
|||||||
cmd.script:
|
cmd.script:
|
||||||
- shell: /bin/bash
|
- shell: /bin/bash
|
||||||
- cwd: /opt/so
|
- cwd: /opt/so
|
||||||
- runas: socore
|
|
||||||
- source: salt://utility/bin/eval
|
- source: salt://utility/bin/eval
|
||||||
- template: jinja
|
- template: jinja
|
||||||
- defaults:
|
- defaults:
|
||||||
|
|||||||
Reference in New Issue
Block a user