]> git.openstreetmap.org Git - chef.git/blob - cookbooks/git/attributes/default.rb
Make passenger default to ruby 2.5 on 18.04
[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"