aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/init.pp5
1 files changed, 5 insertions, 0 deletions
diff --git a/manifests/init.pp b/manifests/init.pp
index c615d90..2eddcb3 100644
--- a/manifests/init.pp
+++ b/manifests/init.pp
@@ -1,5 +1,10 @@
class loginrecords {
+ # Default settings
+ if $enable_faillog == '' {
+ $enable_faillog = false
+ }
+
case $kernel {
"Linux": {
case $operatingsystem {