diff options
author | Mark Leighton Fisher <fisherscreek.consulting@gmail.com> | 2013-09-04 10:24:38 -0400 |
---|---|---|
committer | Mark Leighton Fisher <fisherscreek.consulting@gmail.com> | 2013-09-04 10:24:38 -0400 |
commit | 7b2084afba9a0ca76fce75f479f88390d6204bca (patch) | |
tree | 03445e7a3eae12fa7c496d337cf575c2fa518fbf | |
parent | a4ee585cb17751dca8cf49d9361124e438a39d87 (diff) |
Documented the "module" attribute.
-rw-r--r-- | README.CVS.markdown | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.CVS.markdown b/README.CVS.markdown index 10121a7..3bdd59d 100644 --- a/README.CVS.markdown +++ b/README.CVS.markdown @@ -21,6 +21,16 @@ To get the current mainline: provider => cvs, source => ":pserver:anonymous@example.com:/sources/myproj" } + +To get a specific module on the current mainline: + + vcsrepo {"/vagrant/lockss-daemon-source": + ensure => present, + provider => cvs, + source => ":pserver:anonymous@lockss.cvs.sourceforge.net:/cvsroot/lockss", + module => "lockss-daemon", + } + You can use the `compression` parameter (it works like CVS `-z`): |