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 }} - masters.{{ grains.host }}
- static - static
- firewall.* - firewall.*
- data - data.*
'G@role:so-node': 'G@role:so-node':
- nodes.schedule - nodes.schedule

View File

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

View File

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