]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Install git when needed
[chef.git] / cookbooks / hardware / recipes / default.rb
index e1b58c0f359223903e256725388e21923a83a1a3..4b7e4478de57467cc601ad66190b60b7e789234b 100644 (file)
@@ -64,6 +64,8 @@ when "IBM"
 end
 
 if manufacturer == "HP" and node[:lsb][:release].to_f > 11.10
+  include_recipe "git"
+
   git "/opt/hp/hp-legacy" do
     action :sync
     repository "git://chef.openstreetmap.org/hp-legacy.git"