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.18.13 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.12 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.11 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.10 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.9 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.8 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.7 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.6 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.5 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.4 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.3 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.2 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.18.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.17.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.16.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.15.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.15.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.14.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-1.13.0 acceptance/pre_suite/gem/install.rb