X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/e6059a3fe1b3a28893cf01686876d1523e2f2862..4479ee5c32b8d5c7dc6cef37b4bbaed9402ed4fb:/cookbooks/git/attributes/default.rb diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index ebb2bd736..2d89a83de 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1,3 +1,5 @@ default[:git][:directory] = "/var/lib/git" -default[:git][:user] = "git" -default[:git][:group] = "git" +default[:git][:public_user] = "git" +default[:git][:public_group] = "git" +default[:git][:private_user] = "git" +default[:git][:private_group] = "git"