commit | 8904d6039f5f3d3bc02c76bedb82b4e7bc519ba3 | [log] [tgz] |
---|---|---|
author | Marek Celoud <mceloud@mirantis.com> | Fri Mar 03 22:29:45 2017 +0100 |
committer | Marek Celoud <mceloud@mirantis.com> | Fri Mar 03 22:29:45 2017 +0100 |
tree | 0b55d6390e27a9d4626ea1135a8e5cf21525a0dc | |
parent | c81d64b9703849b1e165c6ba954437da7a523323 [diff] |
disable restart of networking service without reboot
diff --git a/linux/network/interface.sls b/linux/network/interface.sls index c0f8154..695fe61 100644 --- a/linux/network/interface.sls +++ b/linux/network/interface.sls
@@ -201,7 +201,7 @@ {%- endif %} - nozeroconf: True - nisdomain: {{ system.domain }} - - require_reboot: False + - require_reboot: True {%- endif %}