aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMike (stew) O'Connor <stew@vireo.org>2011-02-17 21:37:27 -0500
committerMike (stew) O'Connor <stew@vireo.org>2011-02-17 21:37:27 -0500
commit3a1ab8b24140e56e96f7176b6fb1d82590fddbcc (patch)
tree938b07fece1a9150c84e3547a531b8e3bc8c4931 /README
downloadpuppet-monkeysphere-3a1ab8b24140e56e96f7176b6fb1d82590fddbcc.tar.gz
puppet-monkeysphere-3a1ab8b24140e56e96f7176b6fb1d82590fddbcc.tar.bz2
initial commit
Signed-off-by: Mike (stew) O'Connor <stew@vireo.org>
Diffstat (limited to 'README')
-rw-r--r--README30
1 files changed, 30 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..dbd13e3
--- /dev/null
+++ b/README
@@ -0,0 +1,30 @@
+puppet module for monkeysphere
+
+for information about monkeysphere, see http://web.monkeysphere.info/
+
+To install the monkeypshere module:
+
+* storeconfigs must be enabled in your puppet server. see:
+ http://projects.puppetlabs.com/projects/1/wiki/Using_Stored_Configuration#Configuring+basic+storeconfigs
+
+* copy the code to a directory named "monkeysphere" in the modules
+ directory of your puppet install. This will usually be
+ /etc/puppetd/modules/monkeysphere
+
+* add the following line to modules.pp:
+
+ import "monkeysphere"
+
+* in node definitions that should export a ssh host key via
+ monkeyshere, add:
+
+ include monkeysphere::sshserver
+
+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/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. \ No newline at end of file