summaryrefslogtreecommitdiff
path: root/examples/p4/sync_client.pp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/p4/sync_client.pp')
-rw-r--r--examples/p4/sync_client.pp5
1 files changed, 2 insertions, 3 deletions
diff --git a/examples/p4/sync_client.pp b/examples/p4/sync_client.pp
index e22f6b0..55dc9dc 100644
--- a/examples/p4/sync_client.pp
+++ b/examples/p4/sync_client.pp
@@ -1,7 +1,6 @@
-vcsrepo { "/tmp/vcstest-p4-create_client":
+vcsrepo { "/tmp/vcstest/p4_client_root":
ensure => present,
provider => p4,
- p4client => "puppet-test001",
- source => "//depot/..."
+ source => "//depot/...",
revision => "30"
} \ No newline at end of file