Set NM_CONTROLLED=yes in our hosts that are in fact NM_CONTROLLED.

This commit is contained in:
Kevin Fenzi 2016-12-05 17:21:47 +00:00
parent d195bae51a
commit 77ff2a473b

View file

@ -1,5 +1,6 @@
NAME="{{item}}"
BOOTPROTO="none"
NM_CONTROLLED=yes
{% if item == "eth0" %}
GATEWAY="{{gw}}"
{% endif %}