]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/apt/recipes/default.rb
Remove cron job for cleaning up archived WAL logs
[chef.git] / cookbooks / apt / recipes / default.rb
index 22501640b513b1db05b89f5865a3214c284f38f3..24b425e8a47f4ea400a5f265bad691608018e27a 100644 (file)
 
 package %w[
   apt
-  gnupg-curl
+  apt-transport-https
   update-notifier-common
 ]
 
+if node[:lsb][:release].to_f < 18.04
+  package "gnupg-curl"
+end
+
 file "/etc/motd.tail" do
   action :delete
 end