X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/548180049b51b95f403e072907c3d4a71b6dc697..5930e1f5d32dd470fa9b60a231bae35a5a23e4eb:/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"