Sha256: d7977a095e5855661e4b547002cc97a71ebd112b0db241b2dfa3cbf87a0b5b27
Contents?: true
Size: 531 Bytes
Versions: 34
Compression:
Stored size: 531 Bytes
Contents
test_name "Install Puppet Agent Packages" do opts = { :nightly_builds_url => ENV['NIGHTLY_BUILDS_URL'], :dev_builds_url => ENV['DEV_BUILDS_URL'], :puppet_agent_version => ENV['SHA'], :puppet_collection => ENV['RELEASE_STREAM'] } install_puppet_agent_on(hosts, opts) # 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
34 entries across 34 versions & 1 rubygems