Skip to content

Commit

Permalink
(maint) Use puppet_agent_version for Beaker 2.16
Browse files Browse the repository at this point in the history
Beaker 2.16 requires the `puppet_agent_version` is set for
`install_puppet_agent_on`. Set to the latest puppet-agent version.
  • Loading branch information
Michael Smith committed Jul 8, 2015
1 parent b856fd0 commit c754bb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def install_modules_on(host)
master['puppetservice'] = 'puppetserver'
master['puppetserver-confdir'] = '/etc/puppetlabs/puppetserver/conf.d'
master['type'] = 'aio'
install_puppet_agent_on master, {}
install_puppet_agent_on master, {:puppet_agent_version => '1.2.1'}
install_package master, 'puppetserver'
master['use-service'] = true

Expand Down

0 comments on commit c754bb1

Please sign in to comment.