X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/943fd852ef136e3020e886f22cd3024dd98a4d20..79409f0ab79d2377ea3777a262329ec6e70d326e:/cookbooks/git/attributes/default.rb?ds=sidebyside diff --git a/cookbooks/git/attributes/default.rb b/cookbooks/git/attributes/default.rb index fd641f37a..7a4209f5d 100644 --- a/cookbooks/git/attributes/default.rb +++ b/cookbooks/git/attributes/default.rb @@ -5,3 +5,5 @@ 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"]