diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 0a25315..b801535 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -5,11 +5,7 @@ unless ENV['RS_PROVISION'] == 'no' run_puppet_install_helper hosts.each do |host| - if host[:type] == 'aio' - on host, "#{host['privatebindir']}/gem install hocon" - else - on host, "gem install hocon" - end + on host, puppet('resource package hocon provider=puppet_gem') end end