aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 6826c32..e575dee 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -3,12 +3,18 @@ import "*.pp"
class loginrecords {
# Default settings
+ if $disable_btmp == '' {
+ $disable_btmp = true
+ }
if $disable_faillog == '' {
$disable_faillog = true
}
if $disable_lastlog == '' {
$disable_lastlog = true
}
+ if $disable_wtmp == '' {
+ $disable_wtmp = true
+ }
# Include main class
case $kernel {