瀏覽代碼

Improve reformating of `formulas.sls` Jinja

tags/v0.57.0
Imran Iqbal 5 年之前
父節點
當前提交
922135df31
共有 1 個檔案被更改,包括 4 行新增6 行删除
  1. +4
    -6
      salt/formulas.sls

+ 4
- 6
salt/formulas.sls 查看文件

@@ -28,10 +28,8 @@
{%- do processed_basedirs.append(basedir) %}
{{ basedir }}:
file.directory:
{%- for key, value in salt['pillar.get'](
'salt_formulas:basedir_opts',
{'makedirs': True}
).items() %}
{%- for key, value in salt['pillar.get']('salt_formulas:basedir_opts',
{'makedirs': True}).items() %}
- {{ key }}: {{ value }}
{%- endfor %}
{%- endif %}
@@ -52,9 +50,9 @@
{%- endfor %}
- require:
- file: {{ basedir }}
{%- if not update %}
{%- if not update %}
- onlyif: rm -fr {{ gitdir }} >/dev/null 2>&1 | true
{%- endif %}
{%- endif %}
{%- endif %}
{%- endfor %}
{%- endfor %}

Loading…
取消
儲存