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.
1 parent d12b00c commit 025aa70Copy full SHA for 025aa70
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