summaryrefslogtreecommitdiff
path: root/examples/p4/sync_client.pp
diff options
context:
space:
mode:
authorAndrew Grimberg <agrimberg@linuxfoundation.org>2015-04-06 12:23:22 -0700
committerAndrew Grimberg <agrimberg@linuxfoundation.org>2015-04-06 12:23:22 -0700
commita618f2be009b44df5fe91a1d6863bb55bc50020f (patch)
tree3f5e3e8ce3fca8add12295fa3e216982e5744a74 /examples/p4/sync_client.pp
parent3d4547646d49295c91bb002fa885e187c2d89feb (diff)
Clean up puppet lint warnings
There were puppet lint warnings due to indentation in several examples. This commit cleans up the warnings. Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Diffstat (limited to 'examples/p4/sync_client.pp')
-rw-r--r--examples/p4/sync_client.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/p4/sync_client.pp b/examples/p4/sync_client.pp
index fc0e29c..33e4731 100644
--- a/examples/p4/sync_client.pp
+++ b/examples/p4/sync_client.pp
@@ -1,6 +1,6 @@
vcsrepo { '/tmp/vcstest/p4_client_root':
- ensure => present,
- provider => 'p4',
- source => '//depot/...',
- revision => '30',
+ ensure => present,
+ provider => 'p4',
+ source => '//depot/...',
+ revision => '30',
}