From e4eadce3e0bb1a586eb18bf684c1b930f7e779fa Mon Sep 17 00:00:00 2001 From: Jordi Prats Date: Wed, 16 Oct 2019 12:30:20 +0200 Subject: [PATCH] estil --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 4bbb6f3..244f6c0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -43,7 +43,7 @@ group => 'root', mode => '0750', require => Package[$audit::params::pkg_audit], - before => File['/etc/audit/auditd.conf'] + before => File['/etc/audit/auditd.conf'], } if($manage_auditconf)