Explorar el Código

Fix wrong name of requirement

tags/2016.12
Filip Pytloun hace 9 años
padre
commit
bedfa10ae6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls Ver fichero

@@ -133,7 +133,7 @@ linux_interface_{{ interface_name }}:
{%- endfor %}
- require:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %}
{%- endif %}


Cargando…
Cancelar
Guardar