Selaa lähdekoodia

Add verification that directory pillar is not empty

pull/208/head
pavel-z1 5 vuotta sitten
vanhempi
commit
64c3310b43
1 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa
  1. +2
    -0
      linux/system/directory.sls

+ 2
- 0
linux/system/directory.sls Näytä tiedosto

@@ -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…
Peruuta
Tallenna