瀏覽代碼

Add verification that directory pillar is not empty

pull/208/head
pavel-z1 5 年之前
父節點
當前提交
64c3310b43
共有 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…
取消
儲存