From b9d051371410b9a335335b6746259aec8d97a497 Mon Sep 17 00:00:00 2001 From: Chris Hawk <41700375+SirGitsalot@users.noreply.github.com> Date: Thu, 4 Oct 2018 13:22:32 -0700 Subject: [PATCH] Add a require to fix the travis build (#531) --- provider/puppet/manifest.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/provider/puppet/manifest.rb b/provider/puppet/manifest.rb index e2eccd9d657c..d781e1eb3513 100644 --- a/provider/puppet/manifest.rb +++ b/provider/puppet/manifest.rb @@ -11,6 +11,8 @@ # See the License for the specific language governing permissions and # limitations under the License. +require 'provider/core' + module Provider class Puppet < Provider::Core # Metadata for manifest.json