aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
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
}