]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
add some comments to clarify how to set variables, and provide examples
authorMicah Anderson <micah@riseup.net>
Sun, 28 Sep 2008 16:38:18 +0000 (12:38 -0400)
committerMicah Anderson <micah@riseup.net>
Sun, 28 Sep 2008 16:38:18 +0000 (12:38 -0400)
manifests/init.pp

index 8e6ff8be5bc9b0d71312d127fee023d179f32747..56f34ae2109ac7069a3b0700a4b6431d85819d01 100644 (file)
 # 
 # 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