summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Barton <barton.tomas@gmail.com>2014-02-14 01:44:54 +0100
committerTomas Barton <barton.tomas@gmail.com>2014-02-14 01:44:54 +0100
commit2f12205c6b9a705425b4320961a1a66d82e707b4 (patch)
tree615ddea24fa8cbd34a332e033cbc826cdc2a2a45
parenta6a05cd9fc019db127e18898b3ab3e624644a8b5 (diff)
fixed variable name
-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: