aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorintrigeri <intrigeri@boum.org>2010-10-17 18:37:58 +0200
committerintrigeri <intrigeri@boum.org>2010-10-17 18:37:58 +0200
commit619ca3f02fdbed3b39217a770d66dca0d7a3bb43 (patch)
treede44089f41f2ecb4792884744fecebe7ea5e530b /README
downloadpuppet-loginrecords-619ca3f02fdbed3b39217a770d66dca0d7a3bb43.tar.gz
puppet-loginrecords-619ca3f02fdbed3b39217a770d66dca0d7a3bb43.tar.bz2
Initial commit, with untested faillog support.
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..12372fc
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+Puppet module to manage login records.
+
+E.g. disable successful and failed login records.
+
+All functionality is currently only available on Debian GNU/Linux.
+Bits should be made available for other operating systems after
+checking they are configured the same way.
+
+Defaults to disable all supported login records.
+
+Dependencies
+============
+
+- the common module: git://labs.riseup.net/shared-common
+
+Configuration
+=============
+
+$enable_faillog
+---------------
+
+Default: faillog is disabled.
+When set to a true value, faillog is enabled.
+
+Copyright
+=========
+
+Copyright (c) 2010 intrigeri <intrigeri@boum.org>
+
+Licence
+=======
+
+GPL-3+