summaryrefslogtreecommitdiff
path: root/manifests/init.pp
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/init.pp
parent1e932ca9279a83721093f52593aa0af22aa72880 (diff)
Renaming $sshd_internal_ip to $sshd_shared_ip
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index f20c0d2..72f4f4e 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -214,8 +214,8 @@ class sshd {
case $sshd_print_motd {
'': { $sshd_print_motd = "yes" }
}
- case $sshd_internal_ip {
- '': { $sshd_internal_ip = "no" }
+ case $sshd_shared_ip {
+ '': { $sshd_shared_ip = "no" }
}
include sshd::client