From 7b2084afba9a0ca76fce75f479f88390d6204bca Mon Sep 17 00:00:00 2001 From: Mark Leighton Fisher Date: Wed, 4 Sep 2013 10:24:38 -0400 Subject: Documented the "module" attribute. --- README.CVS.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.CVS.markdown') 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`): -- cgit v1.2.3