File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
acceptance/suites/tests/code_commands Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,8 +123,8 @@ class { 'git': }
123123step '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
You can’t perform that action at this time.
0 commit comments