]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/attributes/default.rb
Add tests for git cookbook
[chef.git] / cookbooks / git / attributes / default.rb
index efeaa6aae31cad8586e3c48fa2edec834052bcbc..fd641f37a5b3472ec441a8acdde217a552883f14 100644 (file)
@@ -1 +1,7 @@
+default[:git][:host] = "git.openstreetmap.org"
 default[:git][:directory] = "/var/lib/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:*"