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