X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/bd7172ec904d4ec31e07b7f1a691c6e6314668d2..e8f3ee80e962df63d93593d48c623297a4a3d00f:/roles/viserion.rb diff --git a/roles/viserion.rb b/roles/viserion.rb index ab677467d..51f0cd7da 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -17,7 +17,7 @@ default_attributes( :role => :external, :family => :inet6, :address => "2001:b68:4cff:3::3", - :prefix => "128", + :prefix => "64", :gateway => "2001:b68:4cff:3::1" } } @@ -34,5 +34,6 @@ default_attributes( ) run_list( - "role[carnet]" + "role[carnet]", + "role[tilecache]" )