Utility Module - Fix the search for eval

This commit is contained in:
Mike Reeves
2018-11-02 09:43:53 -04:00
parent 56a9dee938
commit 74ca8450d1
3 changed files with 39 additions and 1 deletions

View File

@@ -11,3 +11,11 @@ crossclusterson:
{% endif %}
{% endif %}
{% if grains['role'] == 'so-eval' %}
fixsearch:
cmd.script:
- shell: /bin/bash
- runas: socore
- source: salt://utility/bin/eval.sh
- template: jinja
{% endif %}