From 76fdc9e5c91eab7830acc8f3e2cd630954eaad5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89mile=20Morel?= Date: Tue, 26 May 2015 18:27:17 +0200 Subject: [PATCH] fix lint --- manifests/install.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manifests/install.pp b/manifests/install.pp index 8a58dca..9821160 100755 --- a/manifests/install.pp +++ b/manifests/install.pp @@ -33,8 +33,8 @@ } group { 'uchiwa': - ensure => 'present', - system => true, + ensure => 'present', + system => true, } }