Merge "Fix vs_port usage in Red Hat distros"

This commit is contained in:
Jenkins 2016-01-28 20:39:46 +00:00 committed by Gerrit Code Review
commit 36f8736610

View File

@ -8,10 +8,10 @@ Puppet::Type.type(:vs_port).provide(
desc 'Openvswitch port manipulation for RedHat OSes family'
self::BASE = '/etc/sysconfig/network-scripts/ifcfg-'
BASE ||= '/etc/sysconfig/network-scripts/ifcfg-'
# When not seedling from interface file
self::DEFAULT = {
DEFAULT ||= {
'ONBOOT' => 'yes',
'BOOTPROTO' => 'dhcp',
'PEERDNS' => 'no',