but make sure the ugly is correct
authorLuca Filipozzi <lfilipoz@emyr.net>
Fri, 7 Mar 2014 05:10:28 +0000 (05:10 +0000)
committerLuca Filipozzi <lfilipoz@emyr.net>
Fri, 7 Mar 2014 05:10:28 +0000 (05:10 +0000)
modules/named/templates/named.conf.puppet-shared-keys.erb

index 71cc413..e7f3722 100644 (file)
@@ -27,7 +27,7 @@ pairs.each do |pair|
        lines << "key #{keyname} { algorithm hmac-sha256; secret \"#{key}\"; };"
 
        if other == 'xfr0.easydns.com'
-               remote_ip = '64.68.200.91'
+               remote_ip = ['64.68.200.91']
        else
                remote_ip = scope.lookupvar('site::allnodeinfo')[other]['ipHostNumber']
        end