Sfoglia il codice sorgente

disable restart of networking service without reboot

tags/2017.4
Marek Celoud 7 anni fa
parent
commit
8904d6039f
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      linux/network/interface.sls

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

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

{%- endif %}


Loading…
Annulla
Salva