aboutsummaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2011-03-04fixing override typomh
2011-02-26New feature: mount a ramdisk on /var/run.intrigeri
This helps protecting users privacy since /var/run/utmp cannot be deleted.
2011-02-26Chmod /var/run/utmp 640 instead of removing it.intrigeri
Quoting utmp(5): "Unlike various other systems, where utmp logging can be disabled by removing the file, utmp must always exist on Linux." Moreover, removing this file breaks some of Puppet's functionality.
2010-12-15Explicitly prevent removed login records files to be backup'd.intrigeri
The whole idea of this module is to avoid keeping the information that is usually stored in these files, rather than moving it to a Puppet fileserver.
2010-12-09fix typomh
2010-12-09finish refactoringmh
refactor everything towards class parameters and also add enable class for lastlog
2010-12-09lastlog improvementsmh
* use class parameters * clear lastlog content, so also old records are cleared
2010-11-30use line definemh
append_if_no_such_line is identical to line, however the name is much worser as it does not represent the state model idea of puppet and rather the action based idea of cfengine.
2010-11-30introduce class parameters to make the interface nicermh
2010-11-30minor code stylemh
2010-11-30get rid off import statementmh
import statements are rather bad and with placing the code in the proper files we can get rid off the statement at all.
2010-10-17Fix permissions on btmp and wtmp when re-creating these.intrigeri
2010-10-17Also disable /var/run/utmp (opt-out).intrigeri
2010-10-17Support disabling btmp and wtmp.intrigeri
2010-10-17Add (untested) lastlog disabling support.intrigeri
2010-10-17Invert options.intrigeri
2010-10-17bugfixesintrigeri
2010-10-17Fix default settings.intrigeri
2010-10-17Initial commit, with untested faillog support.intrigeri