From ee4d4c0a7d5bcd0d91bf6d3d04e871ba0ad1a5cc Mon Sep 17 00:00:00 2001 From: jacobshandling <61553566+jacobshandling@users.noreply.github.com> Date: Thu, 11 Sep 2025 10:37:14 -0700 Subject: [PATCH] Fix minor inconsistency in agent config `overrides` docs (#32874) Only macs would be overridden here Co-authored-by: Jacob Shandling --- docs/Configuration/agent-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Configuration/agent-configuration.md b/docs/Configuration/agent-configuration.md index c1dcb62118..48129c7e74 100644 --- a/docs/Configuration/agent-configuration.md +++ b/docs/Configuration/agent-configuration.md @@ -256,7 +256,7 @@ agent_options: # Note configs in overrides take precedence over the default config defined # under the config key above. Hosts receive overrides based on the platform # returned by `SELECT platform FROM os_version`. In this example, the base - # config would be used for Windows and CentOS hosts, while Mac and Ubuntu + # config would be used for Windows, Ubuntu, and CentOS hosts, while Mac # hosts would receive their respective overrides. Note, these overrides are # NOT merged with the top level configuration. platforms: