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

packer (11) Versions 0.2.0

Installs/Configures packer

Policyfile
Berkshelf
Knife
cookbook 'packer', '= 0.2.0', :supermarket
cookbook 'packer', '= 0.2.0'
knife supermarket install packer
knife supermarket download packer
README
Dependencies
Quality -%

packer cookbook

Installs Packer using the ark cookbook.

Requirements

None.

Usage

Just include recipe[packer] in your run list.

This will put Packer into /usr/local in a packer-*version* directory, with a symlink of packer to /usr/local/bin.

Attributes

  • node[:packer][:url_base] - Base URL from which to download (in case you have your own mirror). Defaults to the link at http://www.packer.io/downloads.html.
  • node[:packer][:version] - The version of Packer to install.
  • node[:packer][:arch] - Architecture to use; auto-detects amd64 and 386 but you must override with arm if desired.
  • node[:packer][:checksum] - SHA-256 checksum of appropriate binary. Should be auto-detected.
  • node[:packer][:raw_checksums] - The contents of the upstream checksum file to allow checksum auto-detection.

Author

Author:: Emil Sit (sit@hadapt.com)

Dependent cookbooks

ark ~> 0.3.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

No quality metric results found