Skip to content

Commit

Permalink
Removed Hiera config command in spec helper.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnytdevops committed Jun 19, 2015
1 parent d5a0cb7 commit f6e6122
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 @@ -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
Expand Down

0 comments on commit f6e6122

Please sign in to comment.