Skip to content

Commit bb67906

Browse files
committed
Merge pull request redhat-openstack#164 from justinstoller/maint/master/set-puppet-version
(maint) allow setting PUPPET_VERSION in acceptance
2 parents 9858f5b + 9a7c0f3 commit bb67906

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

spec/spec_helper_acceptance.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
unless ENV['RS_PROVISION'] == 'no'
55
# This will install the latest available package on el and deb based
66
# systems fail on windows and osx, and install via gem on other *nixes
7-
foss_opts = {:default_action => 'gem_install'}
7+
foss_opts = {
8+
:default_action => 'gem_install',
9+
:version => (ENV['PUPPET_VERSION'] || '3.8.1'),
10+
}
811

912
if default.is_pe?; then
1013
install_pe;

0 commit comments

Comments
 (0)