diff options
Diffstat (limited to 'roles/common/files/etc/apt')
| -rw-r--r-- | roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades | 2 | ||||
| -rw-r--r-- | roles/common/files/etc/apt/listchanges.conf | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades b/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades index fd7cf1d..6f71ce6 100644 --- a/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades +++ b/roles/common/files/etc/apt/apt.conf.d/50unattended-upgrades @@ -74,41 +74,41 @@ Unattended-Upgrade::Package-Blacklist {  // they can be interrupted with SIGTERM. This makes the upgrade  // a bit slower but it has the benefit that shutdown while a upgrade  // is running is possible (with a small delay)  //Unattended-Upgrade::MinimalSteps "true";  // Install all updates when the machine is shutting down  // instead of doing it in the background while the machine is running.  // This will (obviously) make shutdown slower.  // Unattended-upgrades increases logind's InhibitDelayMaxSec to 30s.  // This allows more time for unattended-upgrades to shut down gracefully  // or even install a few packages in InstallOnShutdown mode, but is still a  // big step back from the 30 minutes allowed for InstallOnShutdown previously.  // Users enabling InstallOnShutdown mode are advised to increase  // InhibitDelayMaxSec even further, possibly to 30 minutes.  //Unattended-Upgrade::InstallOnShutdown "false";  // Send email to this address for problems or packages upgrades  // If empty or unset then no email is sent, make sure that you  // have a working mail setup on your system. A package that provides  // 'mailx' must be installed. E.g. "user@example.com" -Unattended-Upgrade::Mail "admin@fripost.org"; +Unattended-Upgrade::Mail "root@fripost.org";  // Set this value to one of:  //    "always", "only-on-error" or "on-change"  // If this is not set, then any legacy MailOnlyOnError (boolean) value  // is used to chose between "only-on-error" and "on-change"  //Unattended-Upgrade::MailReport "on-change";  // Remove unused automatically installed kernel-related packages  // (kernel images, kernel headers and kernel version locked tools).  //Unattended-Upgrade::Remove-Unused-Kernel-Packages "true";  // Do automatic removal of newly unused dependencies after the upgrade  //Unattended-Upgrade::Remove-New-Unused-Dependencies "true";  // Do automatic removal of unused packages after the upgrade  // (equivalent to apt-get autoremove)  //Unattended-Upgrade::Remove-Unused-Dependencies "false";  // Automatically reboot *WITHOUT CONFIRMATION* if  //  the file /var/run/reboot-required is found after the upgrade diff --git a/roles/common/files/etc/apt/listchanges.conf b/roles/common/files/etc/apt/listchanges.conf index cee0648..e17e36d 100644 --- a/roles/common/files/etc/apt/listchanges.conf +++ b/roles/common/files/etc/apt/listchanges.conf @@ -1,9 +1,9 @@  [apt]  frontend=mail -email_address=admin@fripost.org +email_address=root@fripost.org  confirm=0  save_seen=/var/lib/apt/listchanges.db  which=news  email_format=text  headers=false  reverse=false | 
