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

now (5) Versions 0.3.2

library cookbook providing special ordering method include_recipe_now

Policyfile
Berkshelf
Knife
cookbook 'now', '= 0.3.2', :supermarket
cookbook 'now', '= 0.3.2'
knife supermarket install now
knife supermarket download now
README
Dependencies
Changelog
Quality 100%

now cookbook

Build Status
Cookbook Version

This cookbook is a pure library cookbook that monkey patches the core
Chef DSL to provide a method called include_recipe_now. This method
will converge a recipe immediately, as it is encountered during
compilation. This is meant to avoid the "compile phase" arms race
created by over-use and abuse of .run_action. It is not meant to be a
permanent solution for achieving this behavior and should be used only
sparingly, with full understanding of what is happening.

Technique borrowed from Poise. https://github.com/poise/poise

Requirements

Platforms

  • Any platform supported by chef-client

Chef

  • Chef 11+

Cookbooks

  • none

License & Authors

Copyright:: 2014-2015, Chef Software, Inc.

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.

now cookbook CHANGELOG

This file is used to list changes made in each version of the now cookbook.

v0.3.2 (2015-10-21)

  • Added requirements section to the readme to clarify what distros are supported and the requirement of Chef 11+
  • Updated .gitignore file
  • Added Test Kitchen config
  • Added Chef standard Rubocop config
  • Updated Travis CI testing to use Chef DK
  • Updated Berksfile to 3.X format
  • Updated Gemfile with the latest development dependencies
  • Updated contributing and testing docs
  • Added maintainers.md and maintainers.toml files
  • Added Travis and cookbook version badges to the readme
  • Updated Opscode -> Chef Software
  • Added a Rakefile for simplified testing
  • Added a Chefignore file
  • Resolved Rubocop warnings
  • Added source_url and issues_url to the metadata
  • Added basic convergence Chefspec test

v0.3.0 (2014-03-31)

  • Removing chef_gem monkeypatch

v0.2.2 (2014-02-26)

  • Updating CHANGELOG format

v0.2.0

  • Initial release

Foodcritic Metric
            

0.3.2 passed this metric