massive style guide fixups
[mirror/dsa-puppet.git] / modules / portforwarder / templates / authorized_keys.erb
index 5cb7662..1ffd9e8 100644 (file)
@@ -29,7 +29,7 @@ config.each_pair do |sourcehost, services|
 
        if allowed_ports.length > 0
                sshkey = getportforwarderkey(sourcehost)
-               remote_ip = allnodeinfo[sourcehost]['ipHostNumber'].join(',')
+               remote_ip = scope.lookupvar('site::allnodeinfo')[sourcehost]['ipHostNumber'].join(',')
                local_bind = '127.101.%d.%d'%[ (sourcehost.hash / 256 % 256), sourcehost.hash % 256 ]
 
                lines << "# from #{sourcehost}"