diff --git a/admin-guide/configuration/package_updates.md b/admin-guide/configuration/package_updates.md index 8c4dadd3..b1723c82 100644 --- a/admin-guide/configuration/package_updates.md +++ b/admin-guide/configuration/package_updates.md @@ -1,9 +1,9 @@ # Automated Package Updates -The automatic updates are controlled in Hiera: +The automatic updates are controlled in Hiera (excluding RHEL7): -| Hiera key | default | comments | -|-----------------------------------|----------|-------------------------------------------------------------------------------| +| Hiera key | default | comments | +|-------------------------------------|------------|-------------------------------------------------------------------------------| | `base::automatic_updates::interval` | `weekly` | valid are `daily`, `weekly` 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::exclude` | `[]` | list of packages not to update, wildcards like "*" are allowed |