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