diff options
Diffstat (limited to 'README.CVS.markdown')
-rw-r--r-- | README.CVS.markdown | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.CVS.markdown b/README.CVS.markdown index 7f9647e..321c865 100644 --- a/README.CVS.markdown +++ b/README.CVS.markdown @@ -40,3 +40,17 @@ For a specific tag, use `revision`: source => ":pserver:anonymous@example.com:/sources/myproj", revision => "SOMETAG" } + +For sources that use 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/cvs/` + +[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require |