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

fasd (2) Versions 0.1.0

Installs/Configures fasd

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

fasd Cookbook

Install fasd and add it to the path.

Requirements

This cookbook has been tested on Ubuntu 12.04 and 14.04. It will likely work with other
versions/debian boxes.

If you know of a version that this works for, please let me know (or update this file).

packages

Attributes

There are two attributes that can be configured: version and checksum.

fasd::default

<table>
<tr>
<th>Key</th>
<th>Type</th>
<th>Description</th>
<th>Default</th>
</tr>
<tr>
<td><tt>["fasd"]["version"]</tt></td>
<td>String</td>
<td>The version to install. See <a href="https://github.com/clvv/fasd/releases">releases</a> for options.</td>
<td><tt>1.0.1</tt></td>
</tr>
<tr>
<td><tt>["fasd"]["checksum"]</tt></td>
<td>String</td>
<td>The 256-bit checksum for the tar file</td>
<td><tt>...</tt></td>
</tr>
</table>

Usage

fasd::default

Just include fasd in your node's run_list:

{
  "name":"my_node",
  "run_list": [
    "recipe[fasd]"
  ]
}

Contributing

  1. Fork the repository on Github
  2. Create a named feature branch (like add_component_x)
  3. Write your 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:

  • [pseudomuto] (David Muto)

Dependent cookbooks

ark >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

fasd CHANGELOG

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

0.1.0

  • David Muto - Initial release of fasd. Installs the package from source using make.

Foodcritic Metric
            

0.1.0 failed this metric

FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c7c4257bb9525f745195b98a/fasd/attributes/default.rb:26
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c7c4257bb9525f745195b98a/fasd/attributes/default.rb:27
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c7c4257bb9525f745195b98a/fasd/recipes/default.rb:28
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c7c4257bb9525f745195b98a/fasd/recipes/default.rb:29
FC001: Use strings in preference to symbols to access node attributes: /tmp/cook/c7c4257bb9525f745195b98a/fasd/recipes/default.rb:30
FC008: Generated cookbook metadata needs updating: /tmp/cook/c7c4257bb9525f745195b98a/fasd/metadata.rb:3