From a618f2be009b44df5fe91a1d6863bb55bc50020f Mon Sep 17 00:00:00 2001 From: Andrew Grimberg Date: Mon, 6 Apr 2015 12:23:22 -0700 Subject: 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 --- examples/p4/sync_client.pp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'examples/p4/sync_client.pp') 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', } -- cgit v1.2.3