Sha256: 39a85501b9e6b6f9a3baff942c26b9a91d2dd62c8214dfa52ef058388fbdd499

Contents?: true

Size: 346 Bytes

Versions: 38

Compression:

Stored size: 346 Bytes

Contents

# the version is required on windows
# all versions are required for osx
install_puppet({
  :version        => ENV['BEAKER_PUPPET_VERSION'] || '4.8.0',
  :puppet_agent_version => ENV['BEAKER_PUPPET_AGENT_VERSION'] || '1.8.0'
})

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

Version data entries

38 entries across 38 versions & 2 rubygems

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