aboutsummaryrefslogtreecommitdiff
path: root/manifests/faillog/disable.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/faillog/disable.pp')
-rw-r--r--manifests/faillog/disable.pp7
1 files changed, 4 insertions, 3 deletions
diff --git a/manifests/faillog/disable.pp b/manifests/faillog/disable.pp
index c05e6bc..4e1df4e 100644
--- a/manifests/faillog/disable.pp
+++ b/manifests/faillog/disable.pp
@@ -1,9 +1,10 @@
+# do not log any faillog
class loginrecords::faillog::disable inherits loginrecords::faillog::enable{
Replace['loginrecords-faillog']{
- pattern => '^FAILLOG_ENAB[[:space:]]+yes$',
- replacement => 'FAILLOG_ENAB no',
+ pattern => '^FAILLOG_ENAB[[:space:]]+yes$',
+ replacement => "FAILLOG_ENAB\tno",
}
Line['loginrecords-faillog']{
- line => 'FAILLOG_ENAB no',
+ line => "FAILLOG_ENAB\tno",
}
}