Skip to content

Commit 0e27f25

Browse files
Merge pull request #28 from shubhamshinde360/PA-6623
(PA-6623) Update puppet-agent submodule and install.sh
2 parents 3623017 + 5244008 commit 0e27f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ if [ -n "$PT_yum_source" ]; then
344344
yum_source=$PT_yum_source
345345
else
346346
if [ "$nightly" = true ]; then
347-
yum_source='http://nightlies.puppet.com/yum'
347+
yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
348348
else
349349
yum_source='http://yum.puppet.com'
350350
fi

0 commit comments

Comments
 (0)