cookbook 'entropy', '= 1.0.0'
entropy (3) Versions 1.0.0 Follow1
Ensures a good source of entropy
cookbook 'entropy', '= 1.0.0', :supermarket
knife supermarket install entropy
knife supermarket download entropy
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
1.0.0 failed this metric
FC045: Consider setting cookbook name in metadata: /tmp/cook/e2c13d70270a372f5a537263/entropy/metadata.rb:1