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.0.0

Ensures a good source of entropy

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

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

Foodcritic Metric
            

1.0.0 failed this metric

FC031: Cookbook without metadata file: /tmp/cook/e2c13d70270a372f5a537263/entropy/metadata.rb:1
FC045: Consider setting cookbook name in metadata: /tmp/cook/e2c13d70270a372f5a537263/entropy/metadata.rb:1