]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/attributes/default.rb
nominatim: limit anonymous reverse requests to 10req/min
[chef.git] / cookbooks / git / attributes / default.rb
index ebb2bd736d53bc83f288a6914a9203311ac1109e..7a4209f5d007809dec252284416562da0d31f01f 100644 (file)
@@ -1,3 +1,9 @@
+default[:git][:host] = "git.openstreetmap.org"
 default[:git][:directory] = "/var/lib/git"
-default[:git][:user] = "git"
-default[:git][:group] = "git"
+default[:git][:public_user] = "git"
+default[:git][:public_group] = "git"
+default[:git][:private_user] = "git"
+default[:git][:private_group] = "git"
+default[:git][:private_nodes] = "fqdn:*"
+
+default[:apt][:sources] |= ["git-core"]