X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f66588e69a4d002cc2a02ee78bd47515bb409970..dc88c4068c574ea04d3085c8d8b0b80660688db7:/roles/glaedr.rb diff --git a/roles/glaedr.rb b/roles/glaedr.rb index d4562c512..e468331d9 100644 --- a/roles/glaedr.rb +++ b/roles/glaedr.rb @@ -23,6 +23,9 @@ default_attributes( :prefix => "125", :gateway => "2800:1e0:a01:a006::69" } + }, + :wireguard => { + :enabled => false } }, :squid => { @@ -43,10 +46,7 @@ default_attributes( } }, :tilecache => { - :tile_parent => "bogota.render.openstreetmap.org", - :tile_siblings => [ - "gorwen.openstreetmap.org" - ] + :tile_parent => "bogota.render.openstreetmap.org" } )