Sha256: e2ac77d5056ebbefba0306b3880f74186bf24c4e3693a882c6c176df399017c5

Contents?: true

Size: 319 Bytes

Versions: 55

Compression:

Stored size: 319 Bytes

Contents

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

55 entries across 55 versions & 2 rubygems

Version Path
beaker-puppet-0.7.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.6.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.5.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.4.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.3.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.2.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-0.1.0 acceptance/pre_suite/gem/install.rb
beaker-3.18.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.17.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.16.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.15.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.14.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.13.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.12.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.11.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.10.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.9.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.8.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.7.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-3.6.0 acceptance/pre_suite/puppet_gem/install.rb