Skip to content

Commit

Permalink
(maint) Use legacy dependencies repo for activemq
Browse files Browse the repository at this point in the history
Since activemq packages are currently only available in our legacy
dependencies repo, install the legacy puppetlabs-release package.
  • Loading branch information
geoffnichols committed Oct 31, 2018
1 parent 83fcfa0 commit 7d10dd2
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 @@ -49,7 +49,7 @@ def install_modules_on(host)
install_modules_on master

# Install activemq on master
install_puppetlabs_release_repo master
install_puppetlabs_release_repo(master, '')
install_package master, 'activemq'

['truststore', 'keystore'].each do |ext|
Expand Down

0 comments on commit 7d10dd2

Please sign in to comment.