This module is used to clean up old files, cron jobs, packages and users. It also ensures that /etc/default/unbound is deleted on ubuntu version greater then 14.04, im not sure why!
simply include the module and add the files, cronjobs, packages and users to remove to yaml
include cleanupcleanup::files:
- /foo/bar/1
- /foo/bar/2
cleanup::cronjobs:
- foobar1
- foobar2
cleanup::packages:
- foobar1
- foobar2
cleanup::users:
- joe
- mary