]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/recipes/default.rb
Use git-core PPA for git
[chef.git] / cookbooks / git / recipes / default.rb
index b2ea555269b6dc00dd2a266e244d4249742e2aa3..49d43ae8225b62b2168fbd502cf4bf3ec34ea6c3 100644 (file)
@@ -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"