summaryrefslogtreecommitdiff
path: root/spec/spec_helper_system.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/spec_helper_system.rb')
-rw-r--r--spec/spec_helper_system.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/spec_helper_system.rb b/spec/spec_helper_system.rb
index 462d2a1..9adfea9 100644
--- a/spec/spec_helper_system.rb
+++ b/spec/spec_helper_system.rb
@@ -22,5 +22,6 @@ RSpec.configure do |c|
# Install modules and dependencies
puppet_module_install(:source => proj_root, :module_name => 'munin')
shell('puppet module install puppetlabs-stdlib')
+ shell('puppet module install puppetlabs-concat')
end
end