mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
add centos support for port
This commit is contained in:
parent
6b2d4e2306
commit
83e6f46724
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Port < Inspec.resource(1)
|
|||
@cache = nil
|
||||
|
||||
case inspec.os[:family]
|
||||
when 'ubuntu', 'debian', 'redhat', 'fedora', 'arch'
|
||||
when 'ubuntu', 'debian', 'redhat', 'fedora', 'centos', 'arch'
|
||||
@port_manager = LinuxPorts.new(inspec)
|
||||
when 'darwin'
|
||||
@port_manager = DarwinPorts.new(inspec)
|
||||
|
|
Loading…
Reference in a new issue