summaryrefslogtreecommitdiff
path: root/manifests
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2009-12-19 03:30:16 -0500
committerMicah Anderson <micah@riseup.net>2009-12-19 03:30:16 -0500
commit6b602886ef95981dcd78a43638bf17a57d2a8b8a (patch)
tree5ee6080dd9461ee0d4fdd0065d6cc5a759d89992 /manifests
parentedcd0859b16583e0a328bd03b95a66e1125d2bc2 (diff)
fix the comments section so that the include isn't misleading. if you
use 'include sshd::debian', then none of the variables are set, and you will fail to parse the templates
Diffstat (limited to 'manifests')
-rw-r--r--manifests/init.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index ccfe2c2..2d294c4 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,7 +1,7 @@
#
# ssh module
#
-# Copyright 2008, micah@riseup.net
+# Copyright 2008-2009, micah@riseup.net
# Copyright 2008, admin(at)immerda.ch
# Copyright 2008, Puzzle ITC GmbH
# Marcel Härry haerry+puppet(at)puzzle.ch
@@ -26,7 +26,7 @@
#
# $sshd_listen_address = ['10.0.0.1 192.168.0.1']
# $sshd_use_pam = yes
-# include sshd::debian
+# include sshd
#
# If you need to install a version of the ssh daemon or client package other than
# the default one that would be installed by 'ensure => installed', then you can