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