Explorar el Código

add bond mode options

tags/2016.12
jan kaufman hace 9 años
padre
commit
855e16eb98
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. +4
    -0
      linux/network/interface.sls

+ 4
- 0
linux/network/interface.sls Ver fichero

@@ -136,6 +136,10 @@ linux_interface_{{ interface_name }}:
- network: {{ network }}
{%- endfor %}
{%- endif %}
{%- if interface.type == 'bond' %}
- slaves: {{ interface.slaves }}
- mode: {{ interface.mode }}
{%- endif %}

{%- if interface.gateway is defined %}


Cargando…
Cancelar
Guardar