summaryrefslogtreecommitdiff
path: root/examples/p4/latest_client.pp
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:38 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:38 -0400
commit92a1ac5b29b497ee659c8097a5c0de94a481181c (patch)
treee9c325ad24a732b6bdb13801ef2997f10f99e02e /examples/p4/latest_client.pp
Squashed 'puppet/modules/vcsrepo/' content from commit 4e23209
git-subtree-dir: puppet/modules/vcsrepo git-subtree-split: 4e23209eaccf1ab504d35158f4141b3053327c2f
Diffstat (limited to 'examples/p4/latest_client.pp')
-rw-r--r--examples/p4/latest_client.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/p4/latest_client.pp b/examples/p4/latest_client.pp
new file mode 100644
index 00000000..106ef9e9
--- /dev/null
+++ b/examples/p4/latest_client.pp
@@ -0,0 +1,5 @@
+vcsrepo { '/tmp/vcstest/p4_client_root':
+ ensure => latest,
+ provider => 'p4',
+ source => '//depot/...',
+}