Fix new scripts

This commit is contained in:
Mike Reeves
2018-10-11 21:17:13 -04:00
parent 9ee87a92e9
commit ae0d140b88
3 changed files with 11 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ base:
- masters.{{ grains.host }}
- static
- firewall.*
- data
- data.*
'G@role:so-node':
- nodes.schedule

View File

@@ -78,7 +78,7 @@ so-kibana:
# Keep the setting correct
KibanaHappy:
cmd.script:
shell: /bin/bash
runas: socore
source: salt://kibana/bin/keepkibanahappy.sh
template: jinja
- shell: /bin/bash
- runas: socore
- source: salt://kibana/bin/keepkibanahappy.sh
- template: jinja

View File

@@ -4,7 +4,9 @@
# Make sure Cross Cluster is good. Will need some logic once we have hot/warm
crossclusterson:
cmd.script:
shell: /bin/bash
runas: socore
source: salt://utility/bin/crossthestreams.sh
template: jinja
- shell: /bin/bash
- runas: socore
- source: salt://utility/bin/crossthestreams.sh
- template: jinja
{% endif %}