aboutsummaryrefslogtreecommitdiff
path: root/manifests/utmp
AgeCommit message (Collapse)Author
2017-06-05Changes for puppet 4 compatibilityHEADmasterSilvio Rhatto
2013-01-02linting according to puppet-lintmh
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-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.