]> git.openstreetmap.org Git - chef.git/commitdiff
Fix IPv6 address for viserion
authorTom Hughes <tom@compton.nu>
Thu, 11 Sep 2014 11:11:47 +0000 (12:11 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 11 Sep 2014 11:11:47 +0000 (12:11 +0100)
roles/viserion.rb

index 9f264a1bf7094a75909293515ef60209773846f9..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"
       }