diff options
author | Mike (stew) O'Connor <stew@vireo.org> | 2011-02-20 14:08:46 -0500 |
---|---|---|
committer | Mike (stew) O'Connor <stew@vireo.org> | 2011-02-20 14:08:46 -0500 |
commit | c4913fb3e46624494a0935ec133b25db735afc30 (patch) | |
tree | 7767bc2820f779d69a7a2b6442f9c2323893fe8c | |
parent | fd7e629e6a34cee030d1602be2a76c290d18e52b (diff) | |
download | puppet-monkeysphere-c4913fb3e46624494a0935ec133b25db735afc30.tar.gz puppet-monkeysphere-c4913fb3e46624494a0935ec133b25db735afc30.tar.bz2 |
add documentation for identity certifier
Signed-off-by: Mike (stew) O'Connor <stew@vireo.org>
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -20,6 +20,12 @@ To install the monkeypshere module: include monkeysphere::sshserver +* You can specify pgpids of identity certifiers: + + identity_certifier { "A3AE44A4": + ensure => present + } + A host can be configured as a host you would use to sign the gpg keys by placing: include monkeysphere::signer |