summaryrefslogtreecommitdiff
path: root/README.BZR.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.BZR.markdown
parent67aa190396e686658aa72b7c3d91c6bed2d010af (diff)
Add pointer for Puppet SSH approach
Diffstat (limited to 'README.BZR.markdown')
-rw-r--r--README.BZR.markdown9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.BZR.markdown b/README.BZR.markdown
index a7494db..6672e79 100644
--- a/README.BZR.markdown
+++ b/README.BZR.markdown
@@ -32,7 +32,16 @@ For a specific revision, use `revision` with a valid revisionspec
revision => 'menesis@pov.lt-20100309191856-4wmfqzc803fj300x'
}
+For sources that use SSH (eg, `bzr+ssh://...`, `sftp://...`)
+------------------------------------------------------------
+
+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/bzr/`
+
+[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require