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.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/p4/create_client.pp b/examples/p4/create_client.pp
index 94017bc..f491701 100644
--- a/examples/p4/create_client.pp
+++ b/examples/p4/create_client.pp
@@ -1,5 +1,4 @@
-vcsrepo { "/tmp/vcstest-p4-create_client":
+vcsrepo { "/tmp/vcstest/p4_client_root":
ensure => present,
- provider => p4,
- p4client => "puppet-test001"
+ provider => p4
} \ No newline at end of file