diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 | 
1 files changed, 14 insertions, 1 deletions
@@ -1,6 +1,11 @@  The monkeysphere puppet module is designed to help you manage your servers  and users using the monkeysphere[0]. +To install the monkeypshere module, storeconfigs should be enabled in +your puppet server to use certain features. See: + +http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration#Configuring+basic+storeconfigs +  Example usage for server setup:    # Assuming you are using the sshd puppet module... @@ -56,6 +61,14 @@ Example usage for user setup:    monkeysphere::owner_trust { "jamie":  	  fingerprint => "0EE5BE979282D80B9F7540F1CCD2ED94D21739E9"     } -    + +A host can be configured as a host you would use to sign the gpg keys by placing: + +  include monkeysphere::signer + +into the node definition. ON this host, a file will be placed in +/var/lib/puppet/modules/monkeysphere/hosts for each host configured as a +sshserver.  Each file will contin the gpg id, the gpg fingerprint, and +the ssh fingerprint of the sshserver.  0. http://monkeysphere.info/  | 
