]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/git/attributes/default.rb
Don't share the same connection for multiple email domains
[chef.git] / cookbooks / git / attributes / default.rb
index ebb2bd736d53bc83f288a6914a9203311ac1109e..2d89a83de9e5c9765075b1169fd1a9a43c052eba 100644 (file)
@@ -1,3 +1,5 @@
 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"