summaryrefslogtreecommitdiff
path: root/spec/spec_helper_system.rb
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-01-26 09:36:35 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-01-26 18:26:34 +0100
commit78f1ff00d09d0ebf8f132e70444b9bcf030b6711 (patch)
treecc4ef1f3b2758b6097dbb66720a86d02b703476b /spec/spec_helper_system.rb
parentaee6885940cad29ff4ab7437e89c394bc1c19a46 (diff)
replaces shared-lsb by puppetlabs/stdlib
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 44e0337..2c6812f 100644
--- a/spec/spec_helper_system.rb
+++ b/spec/spec_helper_system.rb
@@ -20,5 +20,6 @@ RSpec.configure do |c|
puppet_install
# Install modules and dependencies
puppet_module_install(:source => proj_root, :module_name => 'sshd')
+ shell('puppet module install puppetlabs-stdlib')
end
end