Fix wrong indent reported by recent puppet-lint

Change-Id: I27575ac5c9e4e06a6c7cd6c57bcab490fe7bc3e6
This commit is contained in:
Fabien Boucher 2015-05-27 08:35:15 +00:00
parent 860f5a123c
commit 307aafa87a

View File

@ -188,9 +188,9 @@ class zuul (
} }
file { '/var/lib/zuul': file { '/var/lib/zuul':
ensure => directory, ensure => directory,
owner => 'zuul', owner => 'zuul',
group => 'zuul', group => 'zuul',
} }
file { '/var/lib/zuul/git': file { '/var/lib/zuul/git':