From f6e612237d2fae7e1d128c2f9636e982e286b752 Mon Sep 17 00:00:00 2001 From: Jonathan Tripathy Date: Fri, 19 Jun 2015 14:56:37 +0100 Subject: [PATCH] Removed Hiera config command in spec helper. --- spec/spec_helper_acceptance.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 942332e1d..721a2a758 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -44,7 +44,6 @@ def is_rhel7(osfamily, operatingsystem, operatingsystemrelease) # Install module and dependencies hosts.each do |host| copy_module_to(host, :source => proj_root, :module_name => 'firewall') - on(host, "/bin/touch #{host['hieraconf']}") on host, puppet('module install puppetlabs-stdlib --version 3.2.0'), { :acceptable_exit_codes => [0,1] } end end