ソースを参照
Merge pull request #391 from noelmcloughlin/fixes
shutoff debug output from unless
tags/v0.57.0
Niels Abspoel
6年前
コミッターのメールアドレスに関連付けられたアカウントが存在しません
-
salt/formulas.sls
|
|
@@ -51,7 +51,7 @@ |
|
|
|
- require: |
|
|
|
- file: {{ basedir }} |
|
|
|
{%- if not update %} |
|
|
|
- unless: test -e {{ gitdir }} >/dev/null 2>&1 |
|
|
|
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true |
|
|
|
{%- endif %} |
|
|
|
{% endif %} |
|
|
|
{% endfor %} |