diff options
author | Aaron Stone <aaron@serendipity.cx> | 2013-07-13 15:06:06 -0700 |
---|---|---|
committer | Aaron Stone <aaron@serendipity.cx> | 2013-07-13 15:06:06 -0700 |
commit | 19ef11eeaaefe654db6f324b30a7c955a0bb72fa (patch) | |
tree | d9c62aa63e9748e7ab6929c20018e89c3ad3fbbe /README.GIT.markdown | |
parent | 4277a3e2f5bb6d4d750207dd24bd3f889358a3ba (diff) | |
parent | a5e4a2c5e5ea4ed9a43f73efde83b0e000759b08 (diff) | |
download | puppet-vcsrepo-19ef11eeaaefe654db6f324b30a7c955a0bb72fa.tar.gz puppet-vcsrepo-19ef11eeaaefe654db6f324b30a7c955a0bb72fa.tar.bz2 |
Merge pull request #73 from MESHMD/improve-git-doc
Improve Git SSH usage documentation
Diffstat (limited to 'README.GIT.markdown')
-rw-r--r-- | README.GIT.markdown | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/README.GIT.markdown b/README.GIT.markdown index d6b8afe..846bdcc 100644 --- a/README.GIT.markdown +++ b/README.GIT.markdown @@ -76,9 +76,15 @@ Keep the repository at the latest revision (note: this will always overwrite loc 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]. +If your SSH key is associated with a user, simply fill the `user` parameter to use his keys. + +Example: + + user => 'toto' # will use toto's $HOME/.ssh setup + + +Otherwise, 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 ------------- |