Sha256: 952bc588276c59ded63bdcca2ae61e1cb4b4b642cabda2e8a333ea69f23ac86e

Contents?: true

Size: 292 Bytes

Versions: 10

Compression:

Stored size: 292 Bytes

Contents

hosts.each do |host|
  install_puppet_from_gem(host, {:version => '3.7.5'})

  if host['platform'] =~ /sles/
    host.mkdir_p(host['puppetbindir'])
    ['facter', 'hiera', 'puppet'].each do |tool|
      on host, "ln -s /usr/bin/#{tool}.ruby* #{host['puppetbindir']}/#{tool}"
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
beaker-2.18.1 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.18.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.17.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.16.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.15.1 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.15.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.14.1 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.14.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.13.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.12.0 acceptance/pre_suite/puppet_gem/install.rb