X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..82218c8e9c12e6feef3a476dc37c923a97b61681:/cookbooks/git/attributes/default.rb diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index efeaa6aae..2d89a83de 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1 +1,5 @@ default[:git][:directory] = "/var/lib/git" +default[:git][:public_user] = "git" +default[:git][:public_group] = "git" +default[:git][:private_user] = "git" +default[:git][:private_group] = "git"