From f1775071137569b199115311dbf00ee889c24fad Mon Sep 17 00:00:00 2001 From: Konrad Bucheli Date: Fri, 10 Jan 2025 14:50:48 +0100 Subject: [PATCH] document automatic reboot after updates --- admin-guide/configuration/software/package_updates.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/admin-guide/configuration/software/package_updates.md b/admin-guide/configuration/software/package_updates.md index 7a4c865..4e41567 100644 --- a/admin-guide/configuration/software/package_updates.md +++ b/admin-guide/configuration/software/package_updates.md @@ -4,8 +4,9 @@ The automatic updates are controlled in Hiera (excluding RHEL7): | Hiera key | default | comments | |-------------------------------------|------------|-------------------------------------------------------------------------------| -| `base::automatic_updates::interval` | `weekly` | valid are `daily`, `weekly`, `boot_only` and `never` which disables the automatic updates | +| `base::automatic_updates::interval` | `weekly` | valid are `daily`, `weekly`, `boot_only` and `never` which disables the automatic updates | | `base::automatic_updates::type` | `security` | `security` installs only security updates whereas `all` installs all updates | +| `base::automatic_updates::reboot` | `never` | valid are `never`, `when-needed` (when an updated package requests a reboot) and `when-changed` (after every update) | | `base::automatic_updates::exclude` | `[]` | list of packages not to update, wildcards like "*" are allowed | | `base::automatic_updates::kernel` | `false` | define if new kernel packages also should be installed automatically |