Skip to content

Commit 6aa99e3

Browse files
Merge pull request #2885 from justinstoller/fixup-code-scripts-acceptance
(maint) Do not install docs and pin to 3.x when installing r10k in acceptance
2 parents 61bfde2 + 4a97446 commit 6aa99e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

acceptance/suites/tests/code_commands/code_scripts.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ class { 'git': }
123123
step 'SETUP: Install and configure r10k, and perform the initial commit' do
124124
on master, "puppet config set server #{fqdn}"
125125
# For puppet 7 with ruby 2.7 we need to pin back to a ruby 2 compatable gem
126-
on master, '/opt/puppetlabs/puppet/bin/gem install faraday -v 2.8.1'
127-
on master, '/opt/puppetlabs/puppet/bin/gem install r10k'
126+
on master, '/opt/puppetlabs/puppet/bin/gem install faraday -v 2.8.1 --no-document'
127+
on master, '/opt/puppetlabs/puppet/bin/gem install r10k -v "~> 3.0" --no-document'
128128
on master, "cd #{git_local_repo} && git checkout -b production"
129129
r10k_yaml=<<-R10K
130130
# The location to use for storing cached Git repos

0 commit comments

Comments
 (0)