From 3b3fe9d4613e203550327a8d62f079dc4ad34ca7 Mon Sep 17 00:00:00 2001 From: Luca Filipozzi Date: Fri, 7 Mar 2014 05:10:28 +0000 Subject: [PATCH] but make sure the ugly is correct --- modules/named/templates/named.conf.puppet-shared-keys.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/named/templates/named.conf.puppet-shared-keys.erb b/modules/named/templates/named.conf.puppet-shared-keys.erb index 71cc4132..e7f3722d 100644 --- a/modules/named/templates/named.conf.puppet-shared-keys.erb +++ b/modules/named/templates/named.conf.puppet-shared-keys.erb @@ -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 -- 2.39.2