Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

tmpreaper2 (3) Versions 0.2.0

Installs/Configures tmpreaper

Policyfile
Berkshelf
Knife
cookbook 'tmpreaper2', '= 0.2.0', :supermarket
cookbook 'tmpreaper2', '= 0.2.0'
knife supermarket install tmpreaper2
knife supermarket download tmpreaper2
README
Dependencies
Changelog
Quality 67%

Build Status

Description

This cookbook install tmpreaper and the associated configuration file for Ubuntu.

This cookbook is a forked version of https://github.com/customink-webops/tmpreaper as it was no longer being maintained I picked it up and am renaming it to tmpreaper2 to avoid supermarket namespace collision and when its in a good state will be pushed to the supermarket.

Requirements

Cookbooks:

This cookbook doesn't have direct dependencies on other cookbooks.

Platforms

  • Ubuntu OS

Attributes

tmpreaper

  • default['tmpreaper']['show_warning'] - show a warning before running
  • default['tmpreaper']['protect_extra'] - extra directories to protect/ignore
  • default['tmpreaper']['dirs'] - directory or directories to clean
  • default['tmpreaper']['delay'] - maximum delay before starting processing
  • default['tmpreaper']['additional_options'] - additional options for tmpreaper
  • default['tmpreaper']['tmptime'] - how old are files to delete (e.g.'1d')

cron

  • default['tmpreaper']['cron']['hour'] = hour to run the cron task
  • default['tmpreaper']['cron']['minute'] - minute to run the cron task

Recipes

To install just tmpreaper (and run the cleaning command yourself):

tmpreaper

To install tmpreaper and a an entry in crontab:

`tmpreaper2`
`tmpreaper2::schedule`

License and Authors

Author:: Seth Vargo svargo@customink.com

Copyright:: 2012, CustomInk, LLC.

Author:: Ben Abrams me@benabrams.it

Copyright:: 2018, Ben Abrams

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

Change Log

This project adheres to Semantic Versioning.

This CHANGELOG follows the format located here

Unreleased

Breaking Changes

  • renamed cookbook to tmpreaper2 so it can be uploaded to supermarket and avoid namespace collisions, to make it easy to transition you need only update the name of the cookbook in your dependencies and runlist as we kept the attribute namespace untouched (@majormoses)

Fixed

  • added name attribute for cookbook (@majormoses)
  • fix logic for tmptime to look if its nil as its not a truthy value (@majormoses)

Added

  • integration tests via test-kitchen, kitchen-dokken, and inspec (@majormoses)
  • .editorconfig to make contributions more consistent with prefered style (@majormoses)
  • custom .rubocop.yml that is more tailored to chef and use cookstyle (@majormoses)
  • programatically update cookbook version using the semver2 gem (@majormoses)
  • testing for ruby 2.4.3 (@majormoses)
  • created a standard interface for testing using make (@majormoses)
  • added new dependencies (@majormoses)

Changed

  • updated .gitignore (@majormoses)

Removed

  • ruby testing for < 2.4.3

Collaborator Number Metric
            

0.2.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Contributing File Metric
            

0.2.0 passed this metric

Foodcritic Metric
            

0.2.0 passed this metric

No Binaries Metric
            

0.2.0 passed this metric

Testing File Metric
            

0.2.0 passed this metric

Version Tag Metric
            

0.2.0 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number