Update apt to 7.3.0

It now includes unattended-upgrades support
This commit is contained in:
Greg Karékinian
2020-06-19 16:21:35 +02:00
parent 1b84009958
commit e7edb5a464
13 changed files with 108 additions and 30 deletions

View File

@@ -31,7 +31,7 @@ cookbook 'nginx', '= 9.0.0'
cookbook 'build-essential', '~> 8.2.1'
cookbook 'mysql', '~> 8.5.1'
# cookbook 'postgresql', '= 7.1.8'
cookbook 'apt', '~> 7.0.0'
cookbook 'apt', '~> 7.3.0'
cookbook 'git', '= 6.0.0'
cookbook 'hostsfile', '= 2.4.5'
cookbook 'ohai', '~> 5.2.5'