Merge pull request #10366 from Security-Onion-Solutions/issue/10229

cwd for catrustscript
This commit is contained in:
Josh Patterson
2023-05-16 12:11:20 -04:00
committed by GitHub

View File

@@ -17,10 +17,11 @@ catrustdir:
{% if GLOBALS.is_manager %} {% if GLOBALS.is_manager %}
# We have to add the Manager CA to the CA list # We have to add the Manager CA to the CA list
cascriptsync: catrustscript:
cmd.script: cmd.script:
- source: salt://elasticsearch/tools/sbin_jinja/so-catrust - source: salt://elasticsearch/tools/sbin_jinja/so-catrust
- template: jinja - template: jinja
- cwd: /opt/so
- defaults: - defaults:
GLOBALS: {{ GLOBALS }} GLOBALS: {{ GLOBALS }}
{% endif %} {% endif %}