X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f66588e69a4d002cc2a02ee78bd47515bb409970..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/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" } )