Skip to content

Commit 025aa70

Browse files
Update yum source url to the new artifactory location
1 parent d12b00c commit 025aa70

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)