X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/afae53034780117789ef53e6a1ef3d817412958f..10d285506154265fc348843350ec800aed1d74fc:/cookbooks/apt/recipes/default.rb diff --git a/cookbooks/apt/recipes/default.rb b/cookbooks/apt/recipes/default.rb index 1de8cffe2..508030bf2 100644 --- a/cookbooks/apt/recipes/default.rb +++ b/cookbooks/apt/recipes/default.rb @@ -17,9 +17,11 @@ # limitations under the License. # -package "apt" -package "gnupg-curl" -package "update-notifier-common" +package %w[ + apt + gnupg-curl + update-notifier-common +] file "/etc/motd.tail" do action :delete