Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Modeled after mlafeldt's skeleton cookbook, suitable for private use (all rights reserved, no license, etc)

Notifications You must be signed in to change notification settings

jtimberman/private-skeleton-cookbook

Repository files navigation

Skeleton Cookbook

Requirements

Platform:

Cookbooks:

Attributes

Recipes

Testing

The cookbook provides the following Rake tasks for testing:

rake foodcritic                   # Lint Chef cookbooks
rake integration                  # Alias for kitchen:all
rake kitchen:all                  # Run all test instances
rake kitchen:default-ubuntu-1204  # Run default-ubuntu-1204 test instance
rake rubocop                      # Run RuboCop style and lint checks
rake spec                         # Run ChefSpec examples
rake test                         # Run all tests

License and Author

  • Author: YOUR_NAME
  • Copyright (C) YEAR YOUR_NAME_OR_COMPANY

All rights reserved.

This is a skeleton example of a private cookbook that isn't shared externally. For a public cookbook example, see Mathias Lafeldt's skeleton cookbook.

About

Modeled after mlafeldt's skeleton cookbook, suitable for private use (all rights reserved, no license, etc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages