]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/attributes/default.rb
rsync: do not compress xz and pbf files
[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"