ReleaseEngineering/PuppetAgain/Modules/clean

From MozillaWiki
< ReleaseEngineering‎ | PuppetAgain‎ | Modules
Revision as of 18:43, 14 August 2012 by Djmitche (talk | contribs) (Created page with "This module is responsible for cleaning up messes on hosts: leftover temporary files, logfiles, etc. It should both clean up such files (using tidy {}) and, where possible, prev...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This module is responsible for cleaning up messes on hosts: leftover temporary files, logfiles, etc. It should both clean up such files (using tidy {}) and, where possible, prevent the messes from being made.

It is currently invoked from toplevel::base, but if necessary clean::slave and clean::server could be added to differentiate the two.