Browse Source
Merge pull request #136 from alexandruavadanii/network-routes-noifupdown
routes: Skip network restart on 'noifupdown'
pull/143/merge
Aleš Komárek
6 years ago
No account linked to committer's email address
1 changed files with
3 additions and
0 deletions
-
linux/network/interface.sls
|
|
|
|
|
|
|
|
gateway: {{ route.gateway }} |
|
|
gateway: {{ route.gateway }} |
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
{%- endfor %} |
|
|
{%- endfor %} |
|
|
|
|
|
{%- if interface.noifupdown is defined %} |
|
|
|
|
|
- require_reboot: {{ interface.noifupdown }} |
|
|
|
|
|
{%- endif %} |
|
|
|
|
|
|
|
|
{%- endif %} |
|
|
{%- endif %} |
|
|
|
|
|
|