syntax tweaks authored by anarcat's avatar anarcat
...@@ -46,15 +46,16 @@ Minor upgrades ...@@ -46,15 +46,16 @@ Minor upgrades
Most of the packages upgrades are handled by the unattended-upgrades package which Most of the packages upgrades are handled by the unattended-upgrades package which
is configured via puppet. is configured via puppet.
Unattended-upgrades writes logs to /var/log/dpkg.log, or /var/log/unattended-upgrades/. Unattended-upgrades writes logs to `/var/log/unattended-upgrades/` but
also `/var/log/dpkg.log`.
The default configuration file for unattended-upgrades is at /etc/apt/apt.conf.d/50unattended-upgrades. The default configuration file for unattended-upgrades is at `/etc/apt/apt.conf.d/50unattended-upgrades`.
Pending upgrades are still noticed by Nagios which warns loudly about them in its Pending upgrades are still noticed by Nagios which warns loudly about them in its
usual channels. usual channels.
If a package origin isn't picked by unattended upgrades it will need to be upgraded If a package origin isn't picked by unattended upgrades it will need to be upgraded
by hand or its origin added to modules/profile/manifests/unattended_upgrades.pp in by hand or its origin added to `modules/profile/manifests/unattended_upgrades.pp` in
puppet. puppet.
### Restarting services ### Restarting services
... ...
......