diff options
| -rw-r--r-- | PERSONAL_INFRA.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PERSONAL_INFRA.md b/PERSONAL_INFRA.md index 6bea4d3e..1171ea38 100644 --- a/PERSONAL_INFRA.md +++ b/PERSONAL_INFRA.md @@ -92,7 +92,7 @@ I use an Ansible playbook using https://github.com/alexpdp7/ansible-puppet/ to r ### Software updates -I use `yum-cron` on CentOS and `unattended-upgrades` on Debian/Ubuntu so updates are automatically installed. +I use `yum-cron` on CentOS 7, `dnf-automatic` on CentOS 8 and `unattended-upgrades` on Debian/Ubuntu so updates are automatically installed. `ragent` monitors when Debian/Ubuntu systems need a reboot and warns me through Nagios. |
