Sha256: 21598f4700fbc84b0e9045324f36abc0fefe3e8f83658cc703ae2e13e71af937
Contents?: true
Size: 541 Bytes
Versions: 18
Compression:
Stored size: 541 Bytes
Contents
test_name "Install Packages" do dev_builds_url = ENV['DEV_BUILDS_URL'] || 'http://builds.delivery.puppetlabs.net' step "Install puppet-agent..." do sha = ENV['SHA'] install_from_build_data_url('puppet-agent', "#{dev_builds_url}/puppet-agent/#{sha}/artifacts/#{sha}.yaml", hosts) end # make sure install is sane, beaker has already added puppet and ruby # to PATH in ~/.ssh/environment agents.each do |agent| on agent, puppet('--version') ruby = ruby_command(agent) on agent, "#{ruby} --version" end end
Version data entries
18 entries across 18 versions & 1 rubygems