X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..1deef04e3ab04768fd3e5622778ac43b37a5c84d:/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"