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/latest_client.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/p4/latest_client.pp') diff --git a/examples/p4/latest_client.pp b/examples/p4/latest_client.pp index a7caeb6..106ef9e 100644 --- a/examples/p4/latest_client.pp +++ b/examples/p4/latest_client.pp @@ -1,5 +1,5 @@ vcsrepo { '/tmp/vcstest/p4_client_root': - ensure => latest, - provider => 'p4', - source => '//depot/...', + ensure => latest, + provider => 'p4', + source => '//depot/...', } -- cgit v1.2.3