aboutsummaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2008-09-28 12:38:18 -0400
committerMicah Anderson <micah@riseup.net>2008-09-28 12:38:18 -0400
commitaa3badea817c1b44af7910a83777e39868b3dfb9 (patch)
treedd7d6cb7631d6c5105880d41ca7a7d079a7bda75 /manifests
parentc751cf22ede55b3dde21dbc15813c33e24bc7b3d (diff)
downloadpuppet-sshd-aa3badea817c1b44af7910a83777e39868b3dfb9.tar.gz
puppet-sshd-aa3badea817c1b44af7910a83777e39868b3dfb9.tar.bz2
add some comments to clarify how to set variables, and provide examples
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp16
1 files changed, 12 insertions, 4 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 8e6ff8b..56f34ae 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -17,10 +17,18 @@
#
# sshd-config:
#
-# The configuration of the sshd is rather strict and
-# might not fit all needs. However there are a bunch
-# of variables, which you might consider to configure.
-# Checkout the following:
+# The configuration of the sshd is rather strict and might not fit all
+# needs. However there are a bunch of variables, which you might
+# consider configuring.
+#
+# To set any of the following, simply set them as variables in your manifests
+# before the class is included, for example:
+#
+# $sshd_listen_address = ['10.0.0.1 192.168.0.1']
+# $sshd_use_pam = yes
+# include sshd::debian
+#
+# The following is a list of the currently available variables:
#
# sshd_listen_address: specify the addresses sshd should listen on
# set this to ['10.0.0.1 192.168.0.1'] to have it listen on both