X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..0c9c978bc601556329a467f2d60cb2d2bea9553b:/cookbooks/git/attributes/default.rb diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index efeaa6aae..fd641f37a 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1 +1,7 @@ +default[:git][:host] = "git.openstreetmap.org" 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" +default[:git][:private_nodes] = "fqdn:*"