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

The pantry cookbook has been deprecated

Author provided reason for deprecation:

The pantry cookbook has been deprecated and is no longer being maintained by its authors. Use of the pantry cookbook is no longer recommended.

RSS

pantry (8) Versions 0.1.1

Chef Pantry is a workstation automation cookbook

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

pantry Cookbook

Pantry is a workstation automation cookbook and cookbook framework for Chef.

This cookbook is used as part of the Pantry Chef Repository, and that repository is the primary entry point into using this cookbook.

Requirements

  • ChefDK

Platform:

  • OS X 10.9, 10.10

Future (planned): Windows, Linux (Debian and RHEL families). See Bugs, below.

Cookbooks:

Attributes

  • node['homebrew']['casks']: This attribute is used to install Homebrew Casks, the default method for installing OS X Applications with this cookbook. It is used when including the homebrew::install_casks recipe, which is done by default in this cookbook's mac_os_x recipe. The value should be specified as an Array of cask names.
  • node['homebrew']['formulas']: This attribute is used to install Homebrew Formulas, the default method for installing "packages" on OS X with this cookbook. It is used when including the homebrew::install_formulas recipe, which is done by default in this cookbook's mac_os_x recipe. The value should be specified as an Array of formula package names.
  • node['packages']: This attribute is used to install OS packages on Linux using the native package manager. It is used when including the packages recipe, which is done by default in this cookbook's non-OS X recipes (windows, debian and rhel). The value should be specified as an Array of package names that are available from the distribution's package repositories.

Note Linux platforms are not officially supported by Pantry yet and things may work with or without modification.

Recipes

default

This recipe will include the node's platform-family recipe. For example, mac_os_x.

Bugs

For issues with this cookbook specifically, use this repository.

For issues with the pantry project as a whole, use the pantry-chef-repo.

License and Author

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

build-essential ~> 2.1.3
homebrew ~> 1.9

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

v0.1.1

  • Ensure /Library/Caches has correct permissions for homebrew cask.
  • Adds testing for OS X 10.10.
  • First public release to supermarket.

v0.0.2

  • Doc update release

v0.0.1

  • Initial release

Foodcritic Metric
            

0.1.1 passed this metric