diff --git a/lib/puppetx/redhat/ifcfg.rb b/lib/puppetx/redhat/ifcfg.rb index 262e6e1e..8ffda18c 100644 --- a/lib/puppetx/redhat/ifcfg.rb +++ b/lib/puppetx/redhat/ifcfg.rb @@ -16,6 +16,7 @@ module IFCFG @ifcfg = {} set(seed) set_key('DEVICE', @name) + set_key('NAME', @name) set_key('DEVICETYPE', 'ovs') replace_key('BOOTPROTO', 'OVSBOOTPROTO') if self.class == IFCFG::Bridge end