summaryrefslogtreecommitdiff
path: root/puppet/modules/vcsrepo/examples/p4/latest_client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/vcsrepo/examples/p4/latest_client.pp')
-rw-r--r--puppet/modules/vcsrepo/examples/p4/latest_client.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/puppet/modules/vcsrepo/examples/p4/latest_client.pp b/puppet/modules/vcsrepo/examples/p4/latest_client.pp
new file mode 100644
index 00000000..106ef9e9
--- /dev/null
+++ b/puppet/modules/vcsrepo/examples/p4/latest_client.pp
@@ -0,0 +1,5 @@
+vcsrepo { '/tmp/vcstest/p4_client_root':
+ ensure => latest,
+ provider => 'p4',
+ source => '//depot/...',
+}