Переглянути джерело
Merge pull request #384 from noelmcloughlin/make_test_quiet
Stop noise from 'test -e' check'
tags/v0.57.0
Niels Abspoel
6 роки тому
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з
1 додано та
1 видалено
-
salt/formulas.sls
|
|
|
|
|
|
|
|
- require: |
|
|
- require: |
|
|
- file: {{ basedir }} |
|
|
- file: {{ basedir }} |
|
|
{%- if not update %} |
|
|
{%- if not update %} |
|
|
- unless: test -e {{ gitdir }} |
|
|
|
|
|
|
|
|
- unless: test -e {{ gitdir }} >/dev/null 2>&1 |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
{% endfor %} |
|
|
{% endfor %} |