From b5fe7d77a58c88857dd335971a776e52dbc02a6b Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 5 Jun 2017 19:12:25 -0300 Subject: Changes for puppet 4 compatibility --- manifests/utmp/protect.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', } } -- cgit v1.2.3