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.
1 parent 863f3ea commit bd977ebCopy full SHA for bd977eb
acceptance/tests/resource/service/init_on_systemd.rb
@@ -1,6 +1,6 @@
1
test_name 'SysV on default Systemd Service Provider Validation' do
2
3
- confine :to, :platform => /el-|centos|fedora-(2[0-9])/ do |h|
+ confine :to, :platform => /el-[6-8]|centos|fedora-(2[0-9])/ do |h|
4
on h, 'which systemctl', :acceptable_exit_codes => [0, 1]
5
stdout =~ /systemctl/
6
end
0 commit comments