mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
add opensuse support for user resource
This commit is contained in:
parent
ea0814939a
commit
c177a511fa
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ class User < Vulcano.resource(1)
|
|||
# select package manager
|
||||
@user_provider = nil
|
||||
case vulcano.os[:family]
|
||||
when 'ubuntu', 'debian', 'redhat', 'fedora', 'centos', 'arch'
|
||||
when 'ubuntu', 'debian', 'redhat', 'fedora', 'centos', 'arch', 'opensuse'
|
||||
@user_provider = LinuxUser.new(vulcano)
|
||||
when 'windows'
|
||||
@user_provider = WindowsUser.new(vulcano)
|
||||
|
|
Loading…
Reference in a new issue