X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..fed88e97bda3be18be81caa624f2077f504bd6fd:/cookbooks/git/attributes/default.rb 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"