]> git.openstreetmap.org Git - chef.git/blobdiff - roles/viserion.rb
Correct IPv6 address for grisu
[chef.git] / roles / viserion.rb
index ab677467d68a6b30c2cb66a248ac4a2d5590533b..51f0cd7da44f5e2be3961c06a1b7f34abbd25bbe 100644 (file)
@@ -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]"
 )