From 425248a7aa47d960f17c79a67ae4b90a8ff68d74 Mon Sep 17 00:00:00 2001 From: Naomi Pentrel <5212232+npentrel@users.noreply.github.com> Date: Fri, 20 Dec 2024 13:21:25 +0100 Subject: [PATCH] Update docs/manage/fleet/system-settings.md Co-authored-by: Ale Paredes <1709578+ale7714@users.noreply.github.com> --- docs/manage/fleet/system-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manage/fleet/system-settings.md b/docs/manage/fleet/system-settings.md index bc8b0d3ddb..cbdc03e8f4 100644 --- a/docs/manage/fleet/system-settings.md +++ b/docs/manage/fleet/system-settings.md @@ -37,7 +37,7 @@ Custom repos installed on the system at the time the setting is enabled will be You can set automatic upgrades for all packages by setting the field value to `{ "type": "all" }`. Alternatively, you can set automatic upgrades for only packages containing `"security"` in their codename (for example `bookworm-security`), by setting the field value to `{ "type": "security" }`. -To disable automatic upgrades, set the field value to `{ "type": "all" }`. +To disable automatic upgrades, set the field value to `{ "type": "disabled" }`. For complete reference information, see [viam-agent](/configure/agent/#agent-syscfg).