Explorar el Código

Proper resource identification

tags/2016.12
Ales Komarek hace 9 años
padre
commit
11b03f7926
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

@@ -118,7 +118,7 @@ linux_interface_{{ interface_name }}:
- bypassfirewall: True
- use:
{%- for network in interface.use_interfaces %}
- network: {{ network }}
- network: linux_interface_{{ network }}
{%- endfor %}
- ports: {% for network in interface.use_interfaces %}{{ network }} {% endfor %}
- require:

Cargando…
Cancelar
Guardar