Sha256: 1b5ab8ca90147593db9b41f1483afb3dae39150843c417666b86b3b6be0a4491

Contents?: true

Size: 334 Bytes

Versions: 7

Compression:

Stored size: 334 Bytes

Contents

require 'beaker-puppet'

hosts.each do |host|
  install_puppet_from_gem(host, { version: '3.8.7' })
  next if 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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
beaker-puppet-4.1.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-4.1.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-4.0.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-2.1.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-3.0.1 acceptance/pre_suite/gem/install.rb
beaker-puppet-3.0.0 acceptance/pre_suite/gem/install.rb
beaker-puppet-2.0.0 acceptance/pre_suite/gem/install.rb