From 2f12205c6b9a705425b4320961a1a66d82e707b4 Mon Sep 17 00:00:00 2001 From: Tomas Barton Date: Fri, 14 Feb 2014 01:44:54 +0100 Subject: fixed variable name --- manifests/base.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/base.pp b/manifests/base.pp index a7a61a6..339e8a3 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -29,7 +29,7 @@ class sshd::base( } # In case the node has uses a shared network address, # we don't define a sshkey resource using an IP address - $ipaddr = inline_template("<%= scope.lookupvar(ipaddr_fact) %>") + $ipaddr = inline_template("<%= scope.lookupvar(ipaddres_fact) %>") if $sshd::shared_ip == 'no' { @@sshkey{$ipaddr: -- cgit v1.2.3