From 0d9bec04a63b9ea941f4c263e0d3bc9487444b8f Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 10 Jun 2014 13:10:13 +0100 Subject: [PATCH 1/1] Hetzner: Bracket/Literal IPv6 nameserver addresses --- roles/hetzner.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/hetzner.rb b/roles/hetzner.rb index 948001afa..1809048d9 100644 --- a/roles/hetzner.rb +++ b/roles/hetzner.rb @@ -7,9 +7,9 @@ default_attributes( "213.133.98.98", "213.133.99.99", "213.133.100.100", - "2a01:4f8:0:a111::add:9898", - "2a01:4f8:0:a102::add:9999", - "2a01:4f8:0:a0a1::add:1010" + "[2a01:4f8:0:a111::add:9898]", + "[2a01:4f8:0:a102::add:9999]", + "[2a01:4f8:0:a0a1::add:1010]" ], :roles => { :external => { -- 2.43.2