apt disable package cache
This commit is contained in:
parent
ab01562c85
commit
5259e13eef
2 changed files with 3 additions and 0 deletions
2
bundles/apt/files/00disable-package-cache
Normal file
2
bundles/apt/files/00disable-package-cache
Normal file
|
@ -0,0 +1,2 @@
|
|||
Dir::Cache "";
|
||||
Dir::Cache::archives "";
|
|
@ -112,6 +112,7 @@ for package, options in node.metadata.get('apt/packages', {}).items():
|
|||
# apt-daily.timer: performs apt update
|
||||
# apt-daily-upgrade.timer: performs apt upgrade
|
||||
|
||||
files['/etc/apt/apt.conf.d/00disable-package-cache'] = {}
|
||||
files['/etc/apt/apt.conf.d/20auto-upgrades'] = {}
|
||||
files['/etc/apt/apt.conf.d/50unattended-upgrades'] = {}
|
||||
svc_systemd['unattended-upgrades.service'] = {
|
||||
|
|
Loading…
Reference in a new issue