]> gitweb.fluxo.info Git - puppet-loginrecords.git/commitdiff
Changes for puppet 4 compatibility master
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:12:25 +0000 (19:12 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 5 Jun 2017 22:12:25 +0000 (19:12 -0300)
manifests/utmp/protect.pp

index 603064e8a8d3296a4fba2451138a89bcf3c51ea2..597d30fb8587a47f8001895ce1085e0281ec1716 100644 (file)
@@ -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',
   }
 }