aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-17 20:13:20 +0200
committerintrigeri <intrigeri@boum.org>2010-10-17 20:13:20 +0200
commit7fcec706fd74b5f958e74d7960640ff5ec8b19be (patch)
tree2fbe542b5b7c9bcd88998736f0b84422234ce929 /README
parent96a39b816a4922cb9e710e6bdd044125708d8411 (diff)
downloadpuppet-loginrecords-7fcec706fd74b5f958e74d7960640ff5ec8b19be.tar.gz
puppet-loginrecords-7fcec706fd74b5f958e74d7960640ff5ec8b19be.tar.bz2
Support disabling btmp and wtmp.
Diffstat (limited to 'README')
-rw-r--r--README7
1 files changed, 7 insertions, 0 deletions
diff --git a/README b/README
index 48100c5..a9cf0ef 100644
--- a/README
+++ b/README
@@ -16,6 +16,13 @@ Dependencies
Configuration
=============
+$disable_btmp, $disable_wtmp
+----------------------------
+
+Default: /var/log/btmp and /var/log/wtmp are ensured to be absent.
+These variables, when set to a false, non-empty value, have these
+files created and their logging enabled again.
+
$disable_faillog
----------------