summaryrefslogtreecommitdiff
path: root/examples/bzr/branch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/bzr/branch.pp')
-rw-r--r--examples/bzr/branch.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/examples/bzr/branch.pp b/examples/bzr/branch.pp
new file mode 100644
index 0000000..f9e24a1
--- /dev/null
+++ b/examples/bzr/branch.pp
@@ -0,0 +1,6 @@
+vcsrepo { "/tmp/vcstest-bzr-branch":
+ ensure => present,
+ provider => bzr,
+ source => 'lp:do',
+ revision => '1312'
+}