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 5995fa8 commit 51b8cbdCopy full SHA for 51b8cbd
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='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
+ yum_source='http://nightlies.puppet.com/yum'
121
122
yum_source='http://yum.puppet.com'
123
fi
0 commit comments