Sha256: c308e58ef6fcf1eb098802d250cd6fcb457d3dc789e2156f63dab16dc0e8ac32

Contents?: true

Size: 415 Bytes

Versions: 17

Compression:

Stored size: 415 Bytes

Contents

require 'beaker-puppet'

# the version is required on windows
# all versions are required for osx
hosts.each do |host|
  install_puppet_on(host, {
    :version        => ENV['BEAKER_PUPPET_VERSION'] || '5.5.13',
    :puppet_agent_version => ENV['BEAKER_PUPPET_AGENT_VERSION'] || '5.5.13'
  })

  on(host, puppet('resource user puppet ensure=present'))
  on(host, puppet('resource group puppet ensure=present'))
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
beaker-puppet-1.18.15 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.14 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.13 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.12 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.11 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.10 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.9 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.8 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.7 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.6 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.5 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.4 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.3 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.2 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.1 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.18.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.17.0 acceptance/pre_suite/pkg/install.rb