]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commitdiff
Removed Hiera config command in spec helper.
authorJonathan Tripathy <jt@puppetlabs.com>
Fri, 19 Jun 2015 13:56:37 +0000 (14:56 +0100)
committerJonathan Tripathy <jt@puppetlabs.com>
Fri, 19 Jun 2015 13:56:37 +0000 (14:56 +0100)
spec/spec_helper_acceptance.rb

index 942332e1dc5460d4eda68eaa465b2ea02d6f2334..721a2a758c037035422189bfe8fd7f6fa6ea5f87 100644 (file)
@@ -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