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.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/utmp/protect.pp b/manifests/utmp/protect.pp
new file mode 100644
index 0000000..166df5e
--- /dev/null
+++ b/manifests/utmp/protect.pp
@@ -0,0 +1,5 @@
+class loginrecords::utmp::protect inherits loginrecords::utmp::unprotect {
+ File[$utmp_file]{
+ mode => 660,
+ }
+}