Sha256: c490c0058e85e81403077490f6061e90242e4ea650b2abeb5c95027463b3baf4

Contents?: true

Size: 344 Bytes

Versions: 54

Compression:

Stored size: 344 Bytes

Contents

require 'beaker-puppet'

hosts.each do |host|
  install_puppet_from_gem(host, {:version => '3.8.7'})
  unless host['platform'] =~ /windows/
    on(host, "touch #{File.join(host.puppet['confdir'],'puppet.conf')}")
    on(host, puppet('resource user puppet ensure=present'))
    on(host, puppet('resource group puppet ensure=present'))
  end
end

Version data entries

54 entries across 54 versions & 1 rubygems

Version Path
beaker-puppet-1.29.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.28.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.27.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.26.3 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.26.2 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.26.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.26.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.25.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.24.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.23.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.22.2 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.22.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.22.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.21.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.20.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.19.2 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.19.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.19.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.15 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.14 acceptance/pre_suite/gem/install.rb