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 5ab96e5 + 025aa70 commit 5995fa8Copy full SHA for 5995fa8
tasks/install_shell.sh
@@ -117,7 +117,7 @@ if [ -n "$PT_yum_source" ]; then
117
yum_source=$PT_yum_source
118
else
119
if [ "$nightly" = true ]; then
120
- yum_source='http://nightlies.puppet.com/yum'
+ yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
121
122
yum_source='http://yum.puppet.com'
123
fi
0 commit comments