diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:12:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-06-05 19:12:25 -0300 |
commit | b5fe7d77a58c88857dd335971a776e52dbc02a6b (patch) | |
tree | 4de67d10aac3798ffac74a6f659c8cb061cd6380 | |
parent | 4c08bc30742a8d0f7ac6e7789b2b03ca897ea0e3 (diff) | |
download | puppet-loginrecords-master.tar.gz puppet-loginrecords-master.tar.bz2 |
-rw-r--r-- | manifests/utmp/protect.pp | 2 |
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', } } |