X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/6eb04cacfcf5d156bbc30ed9d0be0e79de6685ec..f61fef8f4ef75e9fc9a6a0421b9e3c5304c79784:/cookbooks/git/recipes/default.rb diff --git a/cookbooks/git/recipes/default.rb b/cookbooks/git/recipes/default.rb index b2ea55526..49d43ae82 100644 --- a/cookbooks/git/recipes/default.rb +++ b/cookbooks/git/recipes/default.rb @@ -1,8 +1,8 @@ # -# Cookbook Name:: git +# Cookbook:: git # Recipe:: default # -# Copyright 2011, OpenStreetMap Foundation +# Copyright:: 2011, OpenStreetMap Foundation # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -17,4 +17,6 @@ # limitations under the License. # +include_recipe "apt" + package "git"