]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
Document the $sshd_shared_ip variable in the README
authorGabriel Filion <lelutin@gmail.com>
Sun, 17 Jul 2011 04:38:25 +0000 (00:38 -0400)
committerGabriel Filion <lelutin@gmail.com>
Sun, 17 Jul 2011 04:38:25 +0000 (00:38 -0400)
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
README

diff --git a/README b/README
index 647f2e0b78bb12d341b623ffa94cce37e0bffa31..5d143926de86cc68d47df13157010d061e7d7a3b 100644 (file)
--- a/README
+++ b/README
@@ -194,6 +194,11 @@ The following is a list of the currently available variables:
     be useful to define complicated Match Blocks. This string is going to be
     included, like it is defined. So take care! Default: empty -> not added.
 
+ $sshd_shared_ip
+    Whether the server uses a shared network IP address. If it does, then we
+    don't want it to export an rsa key for its IP address.
+    Values: no or yes; Default: no
+
 
 Defines and functions
 ---------------------