File tree 1 file changed +5
-1
lines changed 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
# Install a puppet-agent package on the master:
18
18
test_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'
19
20
install_puppet_agent_on ( master , install_options )
20
21
21
22
agent_version = puppet_agent_version_on ( master )
30
31
31
32
step 'Install puppetserver' do
32
33
# 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
+ }
34
38
35
39
install_puppetserver_on ( master , opts )
36
40
You can’t perform that action at this time.
0 commit comments