Skip to content

Commit

Permalink
Merge pull request #547 from jonnytpuppet/fix_spec_helper
Browse files Browse the repository at this point in the history
Removed Hiera config command in spec helper.
  • Loading branch information
DavidS committed Jun 19, 2015
2 parents 8ada3c4 + f6e6122 commit d12adc4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def ip6tables_flush_all_tables
# 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
Expand Down

0 comments on commit d12adc4

Please sign in to comment.