summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2009-12-27 14:23:51 -0200
committerSilvio Rhatto <rhatto@riseup.net>2009-12-27 14:23:51 -0200
commit1fd1d896a024a860bef7fa6c3b622df71e4a8017 (patch)
tree991f319088aa1a4e9e951be5beb6b1e933a6d28b /manifests/init.pp
parentbbc03d2c1069d42ea96101c54186e034b3a06f9b (diff)
Introducing sshd_internal_ip variable
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ba48b8c..4bfeb3b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -214,6 +214,9 @@ class sshd {
case $sshd_print_motd {
'': { $sshd_print_motd = "yes" }
}
+ case $sshd_internal_ip {
+ '': { $sshd_internal_ip = "no" }
+ }
include sshd::client