From: Silvio Rhatto Date: Mon, 5 Jun 2017 22:12:25 +0000 (-0300) Subject: Changes for puppet 4 compatibility X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;ds=inline;p=puppet-loginrecords.git Changes for puppet 4 compatibility --- diff --git a/manifests/utmp/protect.pp b/manifests/utmp/protect.pp index 603064e..597d30f 100644 --- a/manifests/utmp/protect.pp +++ b/manifests/utmp/protect.pp @@ -1,6 +1,6 @@ # make the unprotect file protected from global read class loginrecords::utmp::protect inherits loginrecords::utmp::unprotect { File[$loginrecords::utmp::protect::utmp_file]{ - mode => 660, + mode => '660', } }