Skip to content

Commit

Permalink
more dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
paulcacheux committed Jan 25, 2024
1 parent 5ff69c4 commit 1160022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/dd-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 1160022

Please sign in to comment.