From 77ff2a473bc089efa7a9cd8b02f51f3e3b25c686 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 5 Dec 2016 17:21:47 +0000 Subject: [PATCH] Set NM_CONTROLLED=yes in our hosts that are in fact NM_CONTROLLED. --- roles/base/templates/ifcfg.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/base/templates/ifcfg.j2 b/roles/base/templates/ifcfg.j2 index 11ba66c839..0c4cffa7d1 100644 --- a/roles/base/templates/ifcfg.j2 +++ b/roles/base/templates/ifcfg.j2 @@ -1,5 +1,6 @@ NAME="{{item}}" BOOTPROTO="none" +NM_CONTROLLED=yes {% if item == "eth0" %} GATEWAY="{{gw}}" {% endif %}