diff options
author | Bruce Williams <bruce@codefluency.com> | 2010-03-13 17:32:17 -0800 |
---|---|---|
committer | Bruce Williams <bruce@codefluency.com> | 2010-03-13 17:32:17 -0800 |
commit | c714947908b69c538ea9d050d4375e2b3f19e7ac (patch) | |
tree | 1a464a8d7534e43e30d09dd914cbf231f1a29601 /examples/cvs/remote.pp | |
parent | 6adc8745c6565391f5da534306c3ec206da9dc21 (diff) | |
download | puppet-vcsrepo-c714947908b69c538ea9d050d4375e2b3f19e7ac.tar.gz puppet-vcsrepo-c714947908b69c538ea9d050d4375e2b3f19e7ac.tar.bz2 |
Support Mercurial tags, restructure examples
Diffstat (limited to 'examples/cvs/remote.pp')
-rw-r--r-- | examples/cvs/remote.pp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/cvs/remote.pp b/examples/cvs/remote.pp new file mode 100644 index 0000000..d5dc702 --- /dev/null +++ b/examples/cvs/remote.pp @@ -0,0 +1,5 @@ +vcsrepo { "/tmp/vcstest-cvs-workspace-remote": + ensure => present, + provider => cvs, + source => ":pserver:anonymous@cvs.sv.gnu.org:/sources/leetcvrt" +} |