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.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/p4/sync_client.pp b/examples/p4/sync_client.pp
index 55dc9dc..fc0e29c 100644
--- a/examples/p4/sync_client.pp
+++ b/examples/p4/sync_client.pp
@@ -1,6 +1,6 @@
-vcsrepo { "/tmp/vcstest/p4_client_root":
+vcsrepo { '/tmp/vcstest/p4_client_root':
ensure => present,
- provider => p4,
- source => "//depot/...",
- revision => "30"
-} \ No newline at end of file
+ provider => 'p4',
+ source => '//depot/...',
+ revision => '30',
+}