Skip to content

Commit

Permalink
Merge pull request #18 from mhaskel/aio
Browse files Browse the repository at this point in the history
aio fixes
  • Loading branch information
hunner committed Jun 23, 2015
2 parents 7c65cb6 + ffd1806 commit 927d13b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@
unless ENV['RS_PROVISION'] == 'no'
run_puppet_install_helper
hosts.each do |host|
on host, "gem install hocon"
if host[:type] == 'aio'
on host, "#{host['privatebindir']}/gem install hocon"
else
on host, "gem install hocon"
end
end
end

Expand Down

0 comments on commit 927d13b

Please sign in to comment.