state that it is different for RHEL7

This commit is contained in:
2023-11-20 09:57:41 +01:00
parent bc904a4236
commit 605cc0290c

View File

@@ -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 |