diff options
author | Tomas Barton <barton.tomas@gmail.com> | 2014-02-14 01:44:54 +0100 |
---|---|---|
committer | Tomas Barton <barton.tomas@gmail.com> | 2014-02-14 01:44:54 +0100 |
commit | 2f12205c6b9a705425b4320961a1a66d82e707b4 (patch) | |
tree | 615ddea24fa8cbd34a332e033cbc826cdc2a2a45 /manifests/base.pp | |
parent | a6a05cd9fc019db127e18898b3ab3e624644a8b5 (diff) | |
download | puppet-sshd-2f12205c6b9a705425b4320961a1a66d82e707b4.tar.gz puppet-sshd-2f12205c6b9a705425b4320961a1a66d82e707b4.tar.bz2 |
fixed variable name
Diffstat (limited to 'manifests/base.pp')
-rw-r--r-- | manifests/base.pp | 2 |
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: |