diff options
author | Bruce Williams <bruce@codefluency.com> | 2010-03-14 03:00:37 -0700 |
---|---|---|
committer | Bruce Williams <bruce@codefluency.com> | 2010-03-14 03:00:37 -0700 |
commit | 6904cd9a7103d5cf53cddaa8f8476ffc68073bfa (patch) | |
tree | a03c4c88e9518f15e65bd07253d1d82ee9ac45a4 /README.GIT.markdown | |
parent | 67aa190396e686658aa72b7c3d91c6bed2d010af (diff) | |
download | puppet-vcsrepo-6904cd9a7103d5cf53cddaa8f8476ffc68073bfa.tar.gz puppet-vcsrepo-6904cd9a7103d5cf53cddaa8f8476ffc68073bfa.tar.bz2 |
Add pointer for Puppet SSH approach
Diffstat (limited to 'README.GIT.markdown')
-rw-r--r-- | README.GIT.markdown | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.GIT.markdown b/README.GIT.markdown index 4e3c095..04ac05b 100644 --- a/README.GIT.markdown +++ b/README.GIT.markdown @@ -47,3 +47,17 @@ For a specific revision (can be a commit SHA or tag): revision => '1.1.2rc1' } +For sources that use SSH (eg, `username@server:...`) +---------------------------------------------------- + +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/git/` + +[1]: http://docs.reductivelabs.com/references/stable/metaparameter.html#require + |