]> git.openstreetmap.org Git - chef.git/blobdiff - roles/viserion.rb
Fix IPv6 address for viserion
[chef.git] / roles / viserion.rb
index 6179736d446f9bb48eb78618f3cf0c84b1c4a691..0691db49abc24f41b5c8c88081fc2f79b8e69c63 100644 (file)
@@ -16,7 +16,7 @@ default_attributes(
         :interface => "eth0",
         :role => :external,
         :family => :inet6,
-        :address => "2001:b68:4cff:3::2",
+        :address => "2001:b68:4cff:3::3",
         :prefix => "128",
         :gateway => "fe80::217:fff:fead:14c0"
       }
@@ -34,6 +34,5 @@ default_attributes(
 )
 
 run_list(
-  "role[carnet]",
-  "role[tilecache]"
+  "role[carnet]"
 )