Przeglądaj źródła

Merge pull request #136 from alexandruavadanii/network-routes-noifupdown

routes: Skip network restart on 'noifupdown'
pull/143/merge
Aleš Komárek 6 lat temu
rodzic
commit
509bf8d882
Brak konta powiązanego z adresem e-mail autora
1 zmienionych plików z 3 dodań i 0 usunięć
  1. +3
    -0
      linux/network/interface.sls

+ 3
- 0
linux/network/interface.sls Wyświetl plik

@@ -357,6 +357,9 @@ linux_network_{{ interface_name }}_routes:
gateway: {{ route.gateway }}
{%- endif %}
{%- endfor %}
{%- if interface.noifupdown is defined %}
- require_reboot: {{ interface.noifupdown }}
{%- endif %}

{%- endif %}


Ładowanie…
Anuluj
Zapisz