summaryrefslogtreecommitdiff
path: root/README.HG.markdown
diff options
context:
space:
mode:
authorBruce Williams <bruce@codefluency.com>2010-03-14 03:00:37 -0700
committerBruce Williams <bruce@codefluency.com>2010-03-14 03:00:37 -0700
commit6904cd9a7103d5cf53cddaa8f8476ffc68073bfa (patch)
treea03c4c88e9518f15e65bd07253d1d82ee9ac45a4 /README.HG.markdown
parent67aa190396e686658aa72b7c3d91c6bed2d010af (diff)
Add pointer for Puppet SSH approach
Diffstat (limited to 'README.HG.markdown')
-rw-r--r--README.HG.markdown14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.HG.markdown b/README.HG.markdown
index e96db89..670d062 100644
--- a/README.HG.markdown
+++ b/README.HG.markdown
@@ -39,3 +39,17 @@ You can also set `revision` to a tag:
source => "http://hg.example.com/myrepo"
revision => '1.1.2'
}
+
+For sources that use SSH (eg, `ssh://...`)
+------------------------------------------
+
+Manage your SSH keys with Puppet and use `require` in your `vcsrepo`
+to ensure they are present. For more information, see the `require`
+metaparameter documentation[1].
+
+More Examples
+-------------
+
+For examples you can run, see `examples/hg/`
+
+[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require