summaryrefslogtreecommitdiff
path: root/examples/cvs/remote.pp
diff options
context:
space:
mode:
authorBruce Williams <bruce@codefluency.com>2010-03-13 17:32:17 -0800
committerBruce Williams <bruce@codefluency.com>2010-03-13 17:32:17 -0800
commitc714947908b69c538ea9d050d4375e2b3f19e7ac (patch)
tree1a464a8d7534e43e30d09dd914cbf231f1a29601 /examples/cvs/remote.pp
parent6adc8745c6565391f5da534306c3ec206da9dc21 (diff)
Support Mercurial tags, restructure examples
Diffstat (limited to 'examples/cvs/remote.pp')
-rw-r--r--examples/cvs/remote.pp5
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"
+}