X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/93c098cdc4f22b1fe69ecd88b3ac2d2b211780ff..5d5de00e063b460a750b4fa6d90b769bbff32de7:/cookbooks/git/attributes/default.rb diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index 2d89a83de..7a4209f5d 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -1,5 +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"]