]> git.openstreetmap.org Git - chef.git/commitdiff
Correct IPv6 address for grisu
authorTom Hughes <tom@compton.nu>
Thu, 1 Oct 2015 17:06:22 +0000 (18:06 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 1 Oct 2015 17:06:22 +0000 (18:06 +0100)
roles/grisu.rb

index 4f944a03d65d99f6a91484fa7d8cc13d8450140e..a5a9e1d4a303c87dcbffd5faf5070136563626bf 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
         :interface => "em1",
         :role => :external,
         :family => :inet6,
-        :address => "2001:630:12:500:dad3:85ff:fe5d:a780"
+        :address => "2001:630:12:500:dad3:85ff:fe5d:a7a0"
       },
       :internal_ipv4 => {
         :interface => "em2",