Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Heigl <f.heigl@wartungsfenster.de>2016-09-26 11:34:38 +0300
committerMichael Boelen <michael.boelen@cisofy.com>2016-09-26 11:34:38 +0300
commit343eb5304fd0450e0da2a63331ff44be518a261c (patch)
tree3cec560a7aeb5e75db6c7e1b3e461f6a8022400c /include/tests_tooling
parent2eb0914222f1f3bed39276f4b4390816fecdfbf8 (diff)
Add support for Rudder configuration management (#284)
Rudder (http://www.rudder-project.org) is a config management tool with automatic reporting / dynamic policy adjustment. The "dynamic" bit happens using FusionInventory. The config management part uses CFEngine under the hood. I don't know if hw/os inventory tools also matter in the Lynis report, if yes, I can look into that too. This patch extends the path searched to detect a running CFEngine agent (and fileserver daemon) Since the agent is the same, this should immediately detect it.
Diffstat (limited to 'include/tests_tooling')
-rw-r--r--include/tests_tooling2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tests_tooling b/include/tests_tooling
index a6c3a0ec..30972842 100644
--- a/include/tests_tooling
+++ b/include/tests_tooling
@@ -57,7 +57,7 @@
Report "automation_tool_running[]=cf-agent"
Display --indent 4 --text "Found: Cfengine (cfagent)" --result "${STATUS_FOUND}" --color GREEN
fi
- OTHER_CFENGINE_LOCATIONS="/var/cfengine/bin"
+ OTHER_CFENGINE_LOCATIONS="/var/cfengine/bin /var/rudder/cfengine-community/bin"
for I in ${OTHER_CFENGINE_LOCATIONS}; do
if [ -d ${I} ]; then
if [ -f ${I}/cf-agent ]; then