mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
CFINSPEC-272: Add resource_id: sybase_conf
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
5fd5e21181
commit
0bec2ea979
1 changed files with 4 additions and 0 deletions
|
@ -29,6 +29,10 @@ module Inspec::Resources
|
||||||
sql_query.row(0).column("Config Value").value
|
sql_query.row(0).column("Config Value").value
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def resource_id
|
||||||
|
conf_param
|
||||||
|
end
|
||||||
|
|
||||||
def to_s
|
def to_s
|
||||||
"Sybase Conf #{conf_param}"
|
"Sybase Conf #{conf_param}"
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue