summaryrefslogtreecommitdiff
path: root/examples/p4/create_client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/p4/create_client.pp')
-rw-r--r--examples/p4/create_client.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/p4/create_client.pp b/examples/p4/create_client.pp
new file mode 100644
index 0000000..3cf9160
--- /dev/null
+++ b/examples/p4/create_client.pp
@@ -0,0 +1,4 @@
+vcsrepo { '/tmp/vcstest/p4_client_root':
+ ensure => present,
+ provider => 'p4',
+}