]> git.openstreetmap.org Git - chef.git/blobdiff - roles/git.rb
Install ipmitool on machines with the ipmi_si module loaded
[chef.git] / roles / git.rb
index 19ebfcdea7b6ee3de92907f83b21b1c10ac8f1ba..56670944e6640f49194b5d9c4b2cc71c23fc4e63 100644 (file)
@@ -24,10 +24,11 @@ default_attributes(
   },
   :git => {
     :host => "git.openstreetmap.org",
-    :directory => "/var/lib/git"
+    :backup => "git"
   }
 )
 
 run_list(
-  "recipe[git::server]"
+  "recipe[git::server]",
+  "recipe[git::web]"
 )