From 1160022615d2a165be60549027bb5043c4975382 Mon Sep 17 00:00:00 2001 From: Paul Cacheux Date: Thu, 25 Jan 2024 08:03:11 +0100 Subject: [PATCH] more dbg --- recipes/dd-agent.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/dd-agent.rb b/recipes/dd-agent.rb index 3079d33e..d2df4f1c 100644 --- a/recipes/dd-agent.rb +++ b/recipes/dd-agent.rb @@ -164,7 +164,7 @@ def template_vars system_probe_supported = (agent_version_greater_than_6_11 && !is_windows) || (agent_version_greater_than_6_26 && is_windows) # system-probe is a dependency of the agent on Linux or Windows -include_recipe '::system-probe' if system_probe_managed && system_probe_supported +include_recipe '::system-probe' # security-agent is a dependency of the agent on Linux or Windows include_recipe '::security-agent'