mirror of
https://github.com/inspec/inspec
synced 2025-03-01 05:47:29 +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
|
end
|
||||||
when "solaris", "smartos", "omnios", "openindiana", "opensolaris", "nexentacore"
|
when "solaris", "smartos", "omnios", "openindiana", "opensolaris", "nexentacore"
|
||||||
Svcs.new(inspec)
|
Svcs.new(inspec)
|
||||||
elsif %w{yocto}.include?(platform)
|
when %w{yocto}.include?(platform)
|
||||||
Systemd.new(inspec, service_ctl)
|
Systemd.new(inspec, service_ctl)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue