Changes
Page history
syntax tweaks
authored
Nov 02, 2020
by
anarcat
Show whitespace changes
Inline
Side-by-side
howto/upgrades.md
View page @
cad05ac2
...
...
@@ -46,15 +46,16 @@ Minor upgrades
Most of the packages upgrades are handled by the unattended-upgrades package which
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
usual channels.
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.
### Restarting services
...
...
...
...