diff options
author | Gabriel Filion <lelutin@gmail.com> | 2011-07-17 00:38:25 -0400 |
---|---|---|
committer | Gabriel Filion <lelutin@gmail.com> | 2011-07-17 00:38:25 -0400 |
commit | 89aeace9b6367f144165334bbfbbdf7bd1da8359 (patch) | |
tree | ef690c7c5d39351e2157486463e0b188eb41a895 | |
parent | 0822b5bfb575fdfe555d26d112d0fde669d55963 (diff) | |
download | puppet-sshd-89aeace9b6367f144165334bbfbbdf7bd1da8359.tar.gz puppet-sshd-89aeace9b6367f144165334bbfbbdf7bd1da8359.tar.bz2 |
Document the $sshd_shared_ip variable in the README
Signed-off-by: Gabriel Filion <lelutin@gmail.com>
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 --------------------- |