summaryrefslogtreecommitdiff
path: root/manifests/client
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-01-30 21:32:12 -0200
committerSilvio Rhatto <rhatto@riseup.net>2010-01-30 21:32:12 -0200
commit1a26489a12943d3e14942f82a4290b9a75e7f65c (patch)
tree198732a8e853628523cdfa4019a1ef8fc4a921a6 /manifests/client
parent1e932ca9279a83721093f52593aa0af22aa72880 (diff)
Renaming $sshd_internal_ip to $sshd_shared_ip
Diffstat (limited to 'manifests/client')
-rw-r--r--manifests/client/base.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/client/base.pp b/manifests/client/base.pp
index b1dc99d..7329f55 100644
--- a/manifests/client/base.pp
+++ b/manifests/client/base.pp
@@ -5,7 +5,7 @@ class sshd::client::base {
}
# Now collect all server keys
- case $sshd_internal_ip {
+ case $sshd_shared_ip {
no: { Sshkey <<||>> }
yes: { Sshkey <<| tag == "fqdn" |>> }
}