aboutsummaryrefslogtreecommitdiff
path: root/src/conf/py-sample/conf.d/core.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/conf/py-sample/conf.d/core.json')
-rw-r--r--src/conf/py-sample/conf.d/core.json16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/conf/py-sample/conf.d/core.json b/src/conf/py-sample/conf.d/core.json
index 7145eae..d09a43d 100644
--- a/src/conf/py-sample/conf.d/core.json
+++ b/src/conf/py-sample/conf.d/core.json
@@ -2,7 +2,14 @@
"execs": [
{
"id": "tar",
- "argv": [ "/bin/tar", "--xattrs", "--selinux", "--warning=none", "-cf", "-" ],
+ "argv": [
+ "/bin/tar",
+ "--xattrs",
+ "--selinux",
+ "--warning=none",
+ "-cf",
+ "-"
+ ],
"ec": "<2"
},
{
@@ -23,7 +30,12 @@
},
{
"id": "rpm-list-installed",
- "argv": [ "/bin/rpm", "-qa" ]
+ "argv": [
+ "/bin/rpm",
+ "-qa",
+ "--qf",
+ "%{name}\\t%{version}-%{release}.%{arch}\\t%{vendor}\\n"
+ ]
},
{
"id": "dpkg-list-installed",