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

resource_from_hash (11) Versions 0.1.4

Installs/Configures resource_from_hash

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

resource_from_hash-cookbook

This cookbook provides a resource that, given a hash, builds a resource based on that hash.

Although fairly abstract, this resource has a simple set of attributes:

  1. hash, which accepts a Hash of attribute name:value pairs for the new resource.
  2. res, which is the resource type to make.

For convenience, the resource provides two actions:

  • do, which acts on the resource
  • log, which logs the resource and doesn't act

The following is a basic example of usage:

data = {
  :resource => "package",
  :name => "git",
  :attributes => {
    :action => :upgrade
  }

}

resource_from_hash "test" do
  hash data
  action :do
end

Author:: OSU Open Source Lab (chef@osuosl.org)

Dependent cookbooks

poise > 2.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

0.1.0

Initial release of resource_from_hash

Foodcritic Metric
            

0.1.4 passed this metric