mirror of
https://github.com/inspec/inspec
synced 2024-11-14 00:47:10 +00:00
CFINSPEC-272: Add resource_id: sys_info
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
d48811ded2
commit
26293d656e
1 changed files with 4 additions and 0 deletions
|
@ -112,6 +112,10 @@ module Inspec::Resources
|
|||
end
|
||||
end
|
||||
|
||||
def resource_id
|
||||
"sys_info"
|
||||
end
|
||||
|
||||
def to_s
|
||||
"System Information"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue