Skip to content

Commit 8aaf57f

Browse files
(maint) Merge up 5d7a81d to main
Generated by CI * commit '5d7a81d87fc72c7c9a48d6779ae6ec950b5fdfc9': (maint) Excludes RHEL9 from init_on_systemd test
2 parents 1a53d06 + 5d7a81d commit 8aaf57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

acceptance/tests/resource/service/init_on_systemd.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
test_name 'SysV on default Systemd Service Provider Validation' do
22

3-
confine :to, :platform => /el-|centos|fedora-(2[0-9])/ do |h|
3+
confine :to, :platform => /el-[6-8]|centos|fedora-(2[0-9])/ do |h|
44
on h, 'which systemctl', :acceptable_exit_codes => [0, 1]
55
stdout =~ /systemctl/
66
end

0 commit comments

Comments
 (0)