From 307aafa87a0e95eb0095a922f62640fb0425f92c Mon Sep 17 00:00:00 2001 From: Fabien Boucher Date: Wed, 27 May 2015 08:35:15 +0000 Subject: [PATCH] Fix wrong indent reported by recent puppet-lint Change-Id: I27575ac5c9e4e06a6c7cd6c57bcab490fe7bc3e6 --- manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index a726ea4..828cdfb 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -188,9 +188,9 @@ class zuul ( } file { '/var/lib/zuul': - ensure => directory, - owner => 'zuul', - group => 'zuul', + ensure => directory, + owner => 'zuul', + group => 'zuul', } file { '/var/lib/zuul/git':