Browse Source

disable restart of networking service without reboot

tags/2017.4
Marek Celoud 7 years ago
parent
commit
8904d6039f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      linux/network/interface.sls

+ 1
- 1
linux/network/interface.sls View File

@@ -201,7 +201,7 @@ linux_system_network:
{%- endif %}
- nozeroconf: True
- nisdomain: {{ system.domain }}
- require_reboot: False
- require_reboot: True

{%- endif %}


Loading…
Cancel
Save