X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/6eb04cacfcf5d156bbc30ed9d0be0e79de6685ec..a6a40aaf96f0620bf8f4a6e9f01b44ff25d8307b:/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"