aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-17 20:23:20 +0200
committerintrigeri <intrigeri@boum.org>2010-10-17 20:23:20 +0200
commitef2e21a7644eb5eb6d31bad47076a33abb02801c (patch)
tree03e1a7d7e515d4b6da4c9d375cd13a86f32eab1e /manifests/init.pp
parent7fcec706fd74b5f958e74d7960640ff5ec8b19be (diff)
downloadpuppet-loginrecords-ef2e21a7644eb5eb6d31bad47076a33abb02801c.tar.gz
puppet-loginrecords-ef2e21a7644eb5eb6d31bad47076a33abb02801c.tar.bz2
Also disable /var/run/utmp (opt-out).
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index e575dee..b2d063b 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -12,6 +12,9 @@ class loginrecords {
if $disable_lastlog == '' {
$disable_lastlog = true
}
+ if $disable_utmp == '' {
+ $disable_utmp = true
+ }
if $disable_wtmp == '' {
$disable_wtmp = true
}