X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c8b97939a36d0f5873cb2975455aae4d0e8287be..90f61f02af30dcf19266d103048b96c576b691fd:/roles/viserion.rb diff --git a/roles/viserion.rb b/roles/viserion.rb index 0691db49a..51f0cd7da 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -17,8 +17,8 @@ default_attributes( :role => :external, :family => :inet6, :address => "2001:b68:4cff:3::3", - :prefix => "128", - :gateway => "fe80::217:fff:fead:14c0" + :prefix => "64", + :gateway => "2001:b68:4cff:3::1" } } }, @@ -34,5 +34,6 @@ default_attributes( ) run_list( - "role[carnet]" + "role[carnet]", + "role[tilecache]" )