aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp/protect.pp
blob: 166df5e9395aea503db146ed161301d25f16e671 (plain)
1
2
3
4
5
class loginrecords::utmp::protect inherits loginrecords::utmp::unprotect {
  File[$utmp_file]{
    mode => 660,
  }
}