aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/roles/apt/templates/02periodic.j2
blob: 0c26a8fb68e88b6e5c616c168f2994b6be68cdcc (plain) (blame)
1
2
3
4
5
6
APT::Periodic::Enable "1";
APT::Periodic::Update-Package-Lists "1";
APT::Periodic::Download-Upgradeable-Packages "1";
APT::Periodic::Unattended-Upgrade "1";
APT::Periodic::AutocleanInterval "7";
APT::Periodic::Verbose "2";