bad master merge... rushing this through

Signed-off-by: Ryan Davis <zenspider@chef.io>
This commit is contained in:
Ryan Davis 2020-01-29 16:24:35 -08:00
parent 5c6be7b936
commit 622ae78d9a

View file

@ -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