aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index 69b6d1b..0dbe627 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -3,10 +3,11 @@ import "*.pp"
class loginrecords {
# Default settings
- if $enable_faillog == '' {
- $enable_faillog = false
+ if $disable_faillog == '' {
+ $disable_faillog = true
}
+ # Include main class
case $kernel {
"Linux": {
case $operatingsystem {