From: Tom Hughes Date: Wed, 27 Mar 2019 17:09:59 +0000 (+0000) Subject: Install gnupg for apt signature verification X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/e0288536f101ddeef1bb700fa26388a5a6b30608?ds=sidebyside Install gnupg for apt signature verification --- diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index a86239422..3a660527d 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -20,6 +20,7 @@ package %w[ apt apt-transport-https + gnupg update-notifier-common ]