]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/attributes/default.rb
2d89a83de9e5c9765075b1169fd1a9a43c052eba
[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"