Sha256: fc14207f5e43a24e82025f17ac6380e1afaa3cae34bf9867834c482d9769d05b

Contents?: true

Size: 319 Bytes

Versions: 5

Compression:

Stored size: 319 Bytes

Contents

hosts.each do |host|
  install_puppet_from_gem(host, {:version => '3.7.5'})
  unless 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
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
beaker-2.45.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.44.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.43.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.42.0 acceptance/pre_suite/puppet_gem/install.rb
beaker-2.41.0 acceptance/pre_suite/puppet_gem/install.rb