X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/18e12b0e123fc3e5f344682f884feabc12da0f5a..af1a59fc67295417b458e3ae1a594c0c0374db87:/cookbooks/apt/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 22501640b..24b425e8a 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -19,10 +19,14 @@ 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