Skip to content

Commit f9b4eb6

Browse files
authored
Merge pull request #787 from puppetlabs/PA-7608
(PA-7608) Update artifactory URL instead nightlies for yum source
2 parents 933ea2f + c3bc495 commit f9b4eb6

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
@@ -133,7 +133,7 @@ if [ -n "$PT_yum_source" ]; then
133133
elif [[ "$collection" == "puppetcore"* ]]; then
134134
yum_source='https://yum-puppetcore.puppet.com/public'
135135
elif [ "$nightly" = true ]; then
136-
yum_source='http://nightlies.puppet.com/yum'
136+
yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
137137
else
138138
yum_source='http://yum.puppet.com'
139139
fi

0 commit comments

Comments
 (0)