mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Merge pull request #4871 from inspec/zenspider/syntax
bad master merge... rushing this through
This commit is contained in:
commit
69bb10ab71
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ module Inspec::Resources
|
|||
end
|
||||
when "solaris", "smartos", "omnios", "openindiana", "opensolaris", "nexentacore"
|
||||
Svcs.new(inspec)
|
||||
elsif %w{yocto}.include?(platform)
|
||||
when %w{yocto}.include?(platform)
|
||||
Systemd.new(inspec, service_ctl)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue