aboutsummaryrefslogtreecommitdiff
path: root/manifests/init.pp
AgeCommit message (Collapse)Author
2013-01-02hard fail instead of just logging an error messagemh
2013-01-02linting according to puppet-lintmh
2012-06-05new style for 2.7mh
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-11-30introduce class parameters to make the interface nicermh
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-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