Skip to content

Commit 4b03105

Browse files
(PA-6619) Add Fedora 41 (x86_64) support in task acceptance tests
- Change url for nightlies install to the new artifactory location.
1 parent d12b00c commit 4b03105

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

task_spec/spec/acceptance/init_spec.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@ def log_output_errors(result)
4242
# release of puppet-agent includes support for these platforms, they can be removed from this method and added to
4343
# the logic that determines the puppet_7_version variable below.
4444
def latest_platform_list
45-
%r{osx-15-arm64}
45+
%r{
46+
osx-15-arm64|
47+
fedora-41
48+
}x
4649
end
4750

4851
it 'works with version and install tasks' do

tasks/install_shell.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ if [ -n "$PT_yum_source" ]; then
117117
yum_source=$PT_yum_source
118118
else
119119
if [ "$nightly" = true ]; then
120-
yum_source='http://nightlies.puppet.com/yum'
120+
yum_source='https://artifactory.delivery.puppetlabs.net:443/artifactory/internal_nightly__local/yum'
121121
else
122122
yum_source='http://yum.puppet.com'
123123
fi

0 commit comments

Comments
 (0)