File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
task_spec/spec/acceptance Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ if [ -n "$PT_yum_source" ]; then
117117 yum_source=$PT_yum_source
118118else
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
You can’t perform that action at this time.
0 commit comments