We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 933ea2f + c3bc495 commit f9b4eb6Copy full SHA for f9b4eb6
tasks/install_shell.sh
@@ -133,7 +133,7 @@ if [ -n "$PT_yum_source" ]; then
133
elif [[ "$collection" == "puppetcore"* ]]; then
134
yum_source='https://yum-puppetcore.puppet.com/public'
135
elif [ "$nightly" = true ]; then
136
- yum_source='http://nightlies.puppet.com/yum'
+ yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
137
else
138
yum_source='http://yum.puppet.com'
139
fi
0 commit comments