X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..9d5aa5e1104a96947d90761919fbbe181d729d27:/cookbooks/git/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index efeaa6aae..7a4209f5d 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1 +1,9 @@ +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:*" + +default[:apt][:sources] |= ["git-core"]