瀏覽代碼

Merge pull request #208 from pavel-z1/directory_pillar_verification

Add verification that directory pillar is not empty
pull/209/head
Filip Pytloun 5 年之前
父節點
當前提交
586ba89bf9
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 2 行新增0 行删除
  1. +2
    -0
      linux/system/directory.sls

+ 2
- 0
linux/system/directory.sls 查看文件

@@ -1,5 +1,6 @@
{%- from "linux/map.jinja" import system with context %}

{%- if system.directory is defined %}
{%- for name, dir in system.directory.items() %}

{{ dir.name|default(name) }}:
@@ -13,3 +14,4 @@
{%- endif %}

{%- endfor %}
{% endif %}

Loading…
取消
儲存