Browse Source

Merge pull request #68 from mceloud/master

disable restart of networking service without reboot
tags/2017.4
Jakub Pavlik 7 years ago
parent
commit
f7ad066d35
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