Add require ovs_redhat.rb to ovs_redhat_el6.rb

This change adds an explicit require of ovs_redhat.rb to the
ovs_redhat_el6 provider to address possible compilation errors when
the ovs_redhat provider was not loaded before the el6 version.

Change-Id: I98a8eb8828bdbfe71005eccfc8d258f9487720ee
Closes-Bug: 1403480
This commit is contained in:
Alex Schultz 2015-09-03 16:10:54 -05:00
parent 49354c402f
commit a0cc00d98e

View File

@ -1,3 +1,5 @@
require File.expand_path(File.join(File.dirname(__FILE__), '.','ovs_redhat.rb'))
Puppet::Type.type(:vs_port).provide(:ovs_redhat_el6, :parent => :ovs_redhat) do Puppet::Type.type(:vs_port).provide(:ovs_redhat_el6, :parent => :ovs_redhat) do
desc 'Openvswitch port manipulation for RedHat OSes family' desc 'Openvswitch port manipulation for RedHat OSes family'