Sha256: 1fd26311b38b0912ad3a41f99ef07c0aaf12982bdb8334862e22c2f6313ad33e

Contents?: true

Size: 415 Bytes

Versions: 18

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.20',
    :puppet_agent_version => ENV['BEAKER_PUPPET_AGENT_VERSION'] || '5.5.20'
  })

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

Version data entries

18 entries across 18 versions & 1 rubygems

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