X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..2c854e9952890a119750a187479eb2701107705f:/cookbooks/git/attributes/default.rb?ds=inline diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index efeaa6aae..ebb2bd736 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1 +1,3 @@ default[:git][:directory] = "/var/lib/git" +default[:git][:user] = "git" +default[:git][:group] = "git"