From: Gabriel Filion Date: Sun, 17 Jul 2011 04:38:25 +0000 (-0400) Subject: Document the $sshd_shared_ip variable in the README X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=89aeace9b6367f144165334bbfbbdf7bd1da8359;p=puppet-sshd.git Document the $sshd_shared_ip variable in the README Signed-off-by: Gabriel Filion --- diff --git a/README b/README index 647f2e0..5d14392 100644 --- 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 ---------------------