aboutsummaryrefslogtreecommitdiff
path: root/manifests/faillog
AgeCommit message (Collapse)Author
2013-01-02replace old resources with stdlib functionsmh
stdlib has the new file_line, which can also do the same as we used replace for in one run.
2013-01-02linting according to puppet-lintmh
2010-12-09finish refactoringmh
refactor everything towards class parameters and also add enable class for lastlog
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-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.