[ua] Corrections

main
_shirenn 2023-01-25 11:54:03 +01:00
parent fba8fe6bb8
commit e8cf1c85b5
3 changed files with 5 additions and 3 deletions

View File

@ -4,7 +4,8 @@ interfaces:
loc_needrestart: loc_needrestart:
override: override:
- postgresql - regex: 'postgresql'
mode: 'i'
debian_mirror: 'file:/pool/mirror/pub/debian' debian_mirror: 'file:/pool/mirror/pub/debian'

View File

@ -9,7 +9,8 @@ loc_unattended:
loc_needrestart: loc_needrestart:
override: override:
- thelounge - regex: 'thelounge'
mode: 'i'
loc_borg: loc_borg:
to_exclude: to_exclude:

View File

@ -72,7 +72,7 @@ Unattended-Upgrade::Mail "root@crans.org";
// "always", "only-on-error" or "on-change" // "always", "only-on-error" or "on-change"
// If this is not set, then any legacy MailOnlyOnError (boolean) value // If this is not set, then any legacy MailOnlyOnError (boolean) value
// is used to chose between "only-on-error" and "on-change" // is used to chose between "only-on-error" and "on-change"
Unattended-Upgrade::MailReport "on-change"; Unattended-Upgrade::MailReport "only-on-error";
// Remove unused automatically installed kernel-related packages // Remove unused automatically installed kernel-related packages
// (kernel images, kernel headers and kernel version locked tools). // (kernel images, kernel headers and kernel version locked tools).