From 89cdabfccdd94634cdac8f8a9c69080b7674b8de Mon Sep 17 00:00:00 2001 From: Nate Riffe Date: Tue, 26 Feb 2013 10:36:13 -0600 Subject: [PATCH] Include a readme explaining the module's purpose Thanks Geoff! --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..5b088c8 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +modules/dist/bitbucket-org +========================== + +This is a puppet module that install the Bitbucket host key into the system +known hosts file (typically /etc/ssh/ssh_known_hosts). Including the +bitbucket-org class from this module in a puppet node will allow git activity +on the node to proceed without ever having to answer whether to trust the host +key while maintaining secure authentication of the bitbucket server.