etc_hulk/apt/apt.conf.d/10periodic

19 lines
650 B
Plaintext
Raw Normal View History

// Ansible managed
// Enable the update/upgrade script (0=disable)
APT::Periodic::Enable "1";
// Do “apt-get update” automatically every n-days (0=disable)
APT::Periodic::Update-Package-Lists "1";
// Do “apt-get upgrade download-only” every n-days (0=disable)
APT::Periodic::Download-Upgradeable-Packages "0";
// Do “apt-get autoclean” every n-days (0=disable)
APT::Periodic::AutocleanInterval "0";
// Run the “unattended-upgrade” security upgrade script every n-days (0=disabled)
// Requires the package “unattended-upgrades” and will write
// a log in /var/log/unattended-upgrades
APT::Periodic::Unattended-Upgrade "1";