Browse Source

Fix wrong name of requirement

tags/2016.12
Filip Pytloun 9 years ago
parent
commit
bedfa10ae6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls View File

{%- endfor %} {%- endfor %}
- require: - require:
{%- for network in interface.use_interfaces %} {%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %} {%- endfor %}
{%- endif %} {%- endif %}



Loading…
Cancel
Save