File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 1616
1717# Install a puppet-agent package on the master:
1818test_name "Pre-Suite: Install puppet-agent #{ description } on the master" do
19+ install_options [ :nightly_yum_repo_url ] = 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
1920 install_puppet_agent_on ( master , install_options )
2021
2122 agent_version = puppet_agent_version_on ( master )
3031
3132 step 'Install puppetserver' do
3233 # puppetserver is distributed in "release streams" instead of collections.
33- opts = { release_stream : install_options [ :puppet_collection ] }
34+ opts = {
35+ release_stream : install_options [ :puppet_collection ] ,
36+ nightly_yum_repo_url : 'https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
37+ }
3438
3539 install_puppetserver_on ( master , opts )
3640
You can’t perform that action at this time.
0 commit comments