mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
puppet: Set APT::Periodic::Unattended-Upgrade in apt config.
This is required for unattended upgrades to actually run regularly. In some distributions, it may be found in 20auto-upgrades, but placing it here makes it more discoverable.
This commit is contained in:
committed by
Tim Abbott
parent
1a4f70f1bc
commit
559cdf7317
@@ -1,6 +1,7 @@
|
|||||||
# Every day, update package lists and download (but do not install) packages
|
# Every day, update package lists and install upgrades; see 50unattended-upgrades
|
||||||
|
|
||||||
APT::Periodic::Enable "1";
|
APT::Periodic::Enable "1";
|
||||||
APT::Periodic::Update-Package-Lists "1";
|
APT::Periodic::Update-Package-Lists "1";
|
||||||
APT::Periodic::Download-Upgradeable-Packages "1";
|
APT::Periodic::Download-Upgradeable-Packages "1";
|
||||||
APT::Periodic::AutocleanInterval "7";
|
APT::Periodic::AutocleanInterval "7";
|
||||||
|
APT::Periodic::Unattended-Upgrade "1";
|
||||||
|
|||||||
Reference in New Issue
Block a user