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

entropy (3) Versions 1.1.1

Ensures a good source of entropy

Policyfile
Berkshelf
Knife
cookbook 'entropy', '~> 1.1.1', :supermarket
cookbook 'entropy', '~> 1.1.1'
knife supermarket install entropy
knife supermarket download entropy
README
Dependencies
Changelog
Quality 17%

entropy cookbook

This cookbook will install an entropy gathering daemon on lots of different platforms.

Applications can hang or become very slow due to lack of entropy, especially when generating
keys (like RSA or GPG keys). Installing an entropy gathering daemon gives the OS a relatively
high quality source of entropy.

Entropy daemons

haveged

Right now, this cookbook only supports install haveged. This is an entropy gathering daemon that
I have a lot of experience with and that is well supported on lots of platforms. I am totally open
to implementing recipes for other entropy gathering daemons as well.

Supported Platforms

See [metadata.rb](metadata.rb) for the list of supported platforms

Usage

This cookbook is available on the public supermarket.

Depend on the entropy cookbook in your cookbook's metadata.rb file

depends 'entropy'

default recipe

Add the default recipe to your run list

recipe[entropy]

This will install an entropy gathering daemon for your platform (if supported).

License and Authors

Author:: Ryan Larson (ryan.mango.larson@gmail.com)

1.0.0

Initial release of the entropy cookbook

Collaborator Number Metric
            

1.1.1 failed this metric

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

Contributing File Metric
            

1.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file

Foodcritic Metric
            

1.1.1 passed this metric

No Binaries Metric
            

1.1.1 failed this metric

Failure: Cookbook should not contain binaries. Found:
entropy/files/default/haveged-1.3-2.2.i386.rpm
entropy/files/default/haveged-1.3-2.2.x86_64.rpm

Testing File Metric
            

1.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file

Version Tag Metric
            

1.1.1 failed this metric

Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number