summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/base.pp2
1 files changed, 1 insertions, 1 deletions
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: