Selaa lähdekoodia

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

routes: Skip network restart on 'noifupdown'
pull/143/merge
Aleš Komárek 6 vuotta sitten
vanhempi
commit
509bf8d882
No account linked to committer's email address
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. +3
    -0
      linux/network/interface.sls

+ 3
- 0
linux/network/interface.sls Näytä tiedosto

@@ -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 %}


Loading…
Peruuta
Tallenna