aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',
}
}