Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
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.
|
|
|
|
refactor everything towards class parameters and also add enable
class for lastlog
|
|
import statements are rather bad and with placing the code in the
proper files we can get rid off the statement at all.
|