summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2010-08-31 14:12:26 +0200
committerMartin Sivak <msivak@redhat.com>2010-08-31 14:12:26 +0200
commit969a51081dccb0bd46be9c72ec5b4f0f935e4021 (patch)
tree0eb2d8c92993ae5f5fba5c70d4e99e5263f726cb
parent012b98fea4b429980c09853b1c57d6d4d69371d4 (diff)
downloadfirstaidkit-969a51081dccb0bd46be9c72ec5b4f0f935e4021.tar.gz
firstaidkit-969a51081dccb0bd46be9c72ec5b4f0f935e4021.tar.xz
firstaidkit-969a51081dccb0bd46be9c72ec5b4f0f935e4021.zip
Show possible values for configuration variables in openscap plugin
-rw-r--r--plugins/openscap_plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/openscap_plugin.py b/plugins/openscap_plugin.py
index 6ea4d51..2c9d0a5 100644
--- a/plugins/openscap_plugin.py
+++ b/plugins/openscap_plugin.py
@@ -133,7 +133,7 @@ class OpenSCAPPlugin(Plugin):
i["descs"][i["lang"]] or "",
i["match"] or ".*",
"Error setting the value, read the following description and try again:\n\n"+i["descs"][i["lang"]],
- [i["selected"][1] or "", "test"]
+ set(i["options"].values())
)
tailor_items = map(preproces_tailor_items, tailor_items)