aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:12:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-06-05 19:12:25 -0300
commitb5fe7d77a58c88857dd335971a776e52dbc02a6b (patch)
tree4de67d10aac3798ffac74a6f659c8cb061cd6380
parent4c08bc30742a8d0f7ac6e7789b2b03ca897ea0e3 (diff)
downloadpuppet-loginrecords-master.tar.gz
puppet-loginrecords-master.tar.bz2
Changes for puppet 4 compatibilityHEADmaster
-rw-r--r--manifests/utmp/protect.pp2
1 files changed, 1 insertions, 1 deletions
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',
}
}