Browse Source
Merge pull request #391 from noelmcloughlin/fixes
shutoff debug output from unless
tags/v0.57.0
Niels Abspoel
6 years ago
No account linked to committer's email address
1 changed files with
1 additions and
1 deletions
-
salt/formulas.sls
|
|
|
|
|
|
|
|
- require: |
|
|
- require: |
|
|
- file: {{ basedir }} |
|
|
- file: {{ basedir }} |
|
|
{%- if not update %} |
|
|
{%- if not update %} |
|
|
- unless: test -e {{ gitdir }} >/dev/null 2>&1 |
|
|
|
|
|
|
|
|
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |