From 9aadcebb1beedb570b4490f733537c89e8839e82 Mon Sep 17 00:00:00 2001 From: David Schmitt Date: Tue, 5 Apr 2016 14:52:29 +0100 Subject: [PATCH] (maint) Add missing nanliu/staging module The module is not really used, but its absence creates nasty warning messages. --- spec/spec_helper_acceptance.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index d25f6a8..c6908ea 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -49,6 +49,7 @@ RSpec.configure do |c| else on host, puppet('module','install','puppetlabs-stdlib','--version','3.2.0') on host, puppet('module','install','stahnma/epel') + on host, puppet('module','install','nanliu/staging') end end end