mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
improvement: support package for opensuse
This commit is contained in:
parent
022ec31529
commit
20afebc1a6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ class Package < Vulcano.resource(1)
|
|||
case vulcano.os[:family]
|
||||
when 'ubuntu', 'debian'
|
||||
@pkgman = Deb.new(vulcano)
|
||||
when 'redhat', 'fedora', 'centos'
|
||||
when 'redhat', 'fedora', 'centos', 'opensuse'
|
||||
@pkgman = Rpm.new(vulcano)
|
||||
when 'arch'
|
||||
@pkgman = Pacman.new(vulcano)
|
||||
|
|
Loading…
Reference in a new issue