Sha256: 49c952b1e28101ee63901b3717186fdb59f4d1e46c5152a9020710ad37553a3b

Contents?: true

Size: 371 Bytes

Versions: 19

Compression:

Stored size: 371 Bytes

Contents

require 'beaker-puppet'

# 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

19 entries across 19 versions & 1 rubygems

Version Path
beaker-puppet-1.16.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.15.1 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.15.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.14.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.13.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.12.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.11.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.10.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.9.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.8.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.7.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.6.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.5.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.4.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.3.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.2.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.1.0 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.0.1 acceptance/pre_suite/pkg/install.rb
beaker-puppet-1.0.0 acceptance/pre_suite/pkg/install.rb