From b68391acd09a4b8994222771bee6372f5dbe58f5 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Thu, 19 Sep 2019 10:22:10 -0400 Subject: [PATCH] cmd.script - Fix location --- salt/hive/init.sls | 2 +- salt/utility/init.sls | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/hive/init.sls b/salt/hive/init.sls index 3f8d5e04e..c72123d2a 100644 --- a/salt/hive/init.sls +++ b/salt/hive/init.sls @@ -101,5 +101,5 @@ so-thehive: hivescript: cmd.script: - source: salt://hive/thehive/scripts/hive_init.sh - - cwd: /root + - cwd: /opt/so - template: jinja diff --git a/salt/utility/init.sls b/salt/utility/init.sls index 07996f3e6..d4ff00b3b 100644 --- a/salt/utility/init.sls +++ b/salt/utility/init.sls @@ -5,7 +5,7 @@ crossclusterson: cmd.script: - shell: /bin/bash - - cwd: /root + - cwd: /opt/so - runas: socore - source: salt://utility/bin/crossthestreams.sh - template: jinja @@ -16,7 +16,7 @@ crossclusterson: fixsearch: cmd.script: - shell: /bin/bash - - cwd: /root + - cwd: /opt/so - runas: socore - source: salt://utility/bin/eval.sh - template: jinja