Skip to content

Commit 5995fa8

Browse files
authored
Merge pull request #754 from shubhamshinde360/maint/main/update-nightlies-url
Update yum source url to the new artifactory location
2 parents 5ab96e5 + 025aa70 commit 5995fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install_shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ -n "$PT_yum_source" ]; then
117117
yum_source=$PT_yum_source
118118
else
119119
if [ "$nightly" = true ]; then
120-
yum_source='http://nightlies.puppet.com/yum'
120+
yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
121121
else
122122
yum_source='http://yum.puppet.com'
123123
fi

0 commit comments

Comments
 (0)