mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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
|
# select package manager
|
||||||
@user_provider = nil
|
@user_provider = nil
|
||||||
case vulcano.os[:family]
|
case vulcano.os[:family]
|
||||||
when 'ubuntu', 'debian', 'redhat', 'fedora', 'centos', 'arch'
|
when 'ubuntu', 'debian', 'redhat', 'fedora', 'centos', 'arch', 'opensuse'
|
||||||
@user_provider = LinuxUser.new(vulcano)
|
@user_provider = LinuxUser.new(vulcano)
|
||||||
when 'windows'
|
when 'windows'
|
||||||
@user_provider = WindowsUser.new(vulcano)
|
@user_provider = WindowsUser.new(vulcano)
|
||||||
|
|
Loading…
Add table
Reference in a new issue