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'