]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/attributes/default.rb
Don't share the same connection for multiple email domains
[chef.git] / cookbooks / git / attributes / default.rb
1 default[:git][:directory] = "/var/lib/git"
2 default[:git][:public_user] = "git"
3 default[:git][:public_group] = "git"
4 default[:git][:private_user] = "git"
5 default[:git][:private_group] = "git"