Skip to content

icann-dns/puppet-cleanup

Repository files navigation

cleanup

Table of Contents

  1. Description
  2. Setup - The basics of getting started with cleanup

Description

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!

Setup

simply include the module and add the files, cronjobs, packages and users to remove to yaml

include cleanup
cleanup::files:
- /foo/bar/1
- /foo/bar/2
cleanup::cronjobs:
- foobar1
- foobar2
cleanup::packages:
- foobar1
- foobar2
cleanup::users:
- joe
- mary

About

puppet module to cleanup various resources

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors