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.
2 parents 3ce04a2 + c9bd350 commit 3da119fCopy full SHA for 3da119f
task_spec/spec/acceptance/init_spec.rb
@@ -42,7 +42,10 @@ def log_output_errors(result)
42
# used for target_platform, which will use latest puppet_agent
43
# in below mentioned test spec
44
def latest_platform_list
45
- %r{ubuntu-24}
+ %r{
46
+ ubuntu-24|
47
+ fedora-40
48
+ }x
49
end
50
51
it 'works with version and install tasks' do
@@ -104,7 +107,7 @@ def latest_platform_list
104
107
# true
105
108
# end
106
109
multiple_puppet7_versions = case target_platform
- when %r{el-9-ppc64le|amazon-2|ubuntu-24}
110
+ when %r{el-9-ppc64le|amazon-2|ubuntu-24|fedora-40}
111
false
112
else
113
true
0 commit comments