aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/protect.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/utmp/protect.pp')
-rw-r--r--manifests/utmp/protect.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/utmp/protect.pp b/manifests/utmp/protect.pp
index 166df5e..603064e 100644
--- a/manifests/utmp/protect.pp
+++ b/manifests/utmp/protect.pp
@@ -1,5 +1,6 @@
+# make the unprotect file protected from global read
class loginrecords::utmp::protect inherits loginrecords::utmp::unprotect {
- File[$utmp_file]{
+ File[$loginrecords::utmp::protect::utmp_file]{
mode => 660,
}
}