Просмотр исходного кода

Add verification that directory pillar is not empty

pull/208/head
pavel-z1 5 лет назад
Родитель
Сommit
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 %}

Загрузка…
Отмена
Сохранить