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

fetch (7) Versions 3.0.0

Installs/Configures fetch

Policyfile
Berkshelf
Knife
cookbook 'fetch', '= 3.0.0', :supermarket
cookbook 'fetch', '= 3.0.0'
knife supermarket install fetch
knife supermarket download fetch
README
Dependencies
Changelog
Quality 0%

This cookbook was written primarily to automate several steps I often have to do in recipes:

  • Fetch some archive
  • Extract it somewhere
  • Symlink it elsewhere

All these steps are wrapped in a neat LWRP.

Supported archive types

  • gzip

Usage

See the test.rb recipe for examples.

LWRP options

  • archive_type: gzip
  • download_to: By default, to Chef's temp download directory. Can be changed to wherever.
  • extract: defaults to true
  • extract_to: where to unpack the archive
  • strip: defaults to true. Remove the first-level directory from the archive.
  • symlink: defaults to true
  • symlink_to: where to symlink it

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write you change
  4. Write tests for your change (if applicable)
  5. Run the tests, ensuring they all pass
  6. Submit a Pull Request using Github

License and Authors

Authors: Jean-Francois Theroux me@failshell.io

License: Apache version 2

Dependent cookbooks

This cookbook has no specified dependencies.

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

CHANGELOG for fetch

This file is used to list changes made in each version of fetch.

0.1.0:

  • Initial release of fetch

Check the Markdown Syntax Guide for help with Markdown.

The Github Flavored Markdown page describes the differences between markdown on github and standard markdown.

Collaborator Number Metric
            

3.0.0 failed this metric

Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.

Foodcritic Metric
            

3.0.0 failed this metric

FC016: LWRP does not declare a default action: /tmp/3bbe0168abfd73e47595b47d/fetch/resources/default.rb:1
FC064: Ensure issues_url is set in metadata: /tmp/3bbe0168abfd73e47595b47d/fetch/metadata.rb:1
FC065: Ensure source_url is set in metadata: /tmp/3bbe0168abfd73e47595b47d/fetch/metadata.rb:1