Skip to content

Commit 5244008

Browse files
(PA-6623) Update puppet-agent submodule and install.sh
This adds support for Fedora 41 nightly since its rpms are available at artifactory.
1 parent 3623017 commit 5244008

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ if [ -n "$PT_yum_source" ]; then
344344
yum_source=$PT_yum_source
345345
else
346346
if [ "$nightly" = true ]; then
347-
yum_source='http://nightlies.puppet.com/yum'
347+
yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
348348
else
349349
yum_source='http://yum.puppet.com'
350350
fi

0 commit comments

Comments
 (0)