From: Jonathan Tripathy Date: Fri, 19 Jun 2015 13:56:37 +0000 (+0100) Subject: Removed Hiera config command in spec helper. X-Git-Tag: 1.7.0~19^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=f6e612237d2fae7e1d128c2f9636e982e286b752;p=puppet-modules%2Fpuppetlabs-firewall.git Removed Hiera config command in spec helper. --- diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 942332e..721a2a7 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -44,7 +44,6 @@ RSpec.configure do |c| # 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