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

mlafeldt/skeleton-cookbook

Repository files navigation

Skeleton Cookbook

This is a testable skeleton cookbook designed for you or your organization to fork and modify appropriately. The cookbook comes with everything you need to develop infrastructure code with Chef and feel confident about it.

Requirements

Platform:

List supported platforms here

Cookbooks:

List cookbook dependencies here

Attributes

List attributes here

Recipes

skeleton::default

Explain what the recipe does here

Testing

Build Status

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-centos-64    # Run default-centos-64 test instance
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 (YOUR_EMAIL)

Copyright:: YEAR, YOUR_NAME

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.

Contributing

We welcome contributed improvements and bug fixes via the usual workflow:

  1. Fork this repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new pull request

About

A testable skeleton cookbook for you or your team

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages