X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/19f60d1fb981a1eedacab6c87fcbc11e90695f78..92b7e50c85ae62c6bd5ba4c972eacd69738a3d1c:/roles/git.rb diff --git a/roles/git.rb b/roles/git.rb index 0b4176223..56670944e 100644 --- a/roles/git.rb +++ b/roles/git.rb @@ -23,7 +23,8 @@ default_attributes( } }, :git => { - :host => "git.openstreetmap.org" + :host => "git.openstreetmap.org", + :backup => "git" } )