cookbook 'gem_installer', '= 0.1.0'
gem_installer (3) Versions 0.1.0 Follow2
Installs/Update Ruby Gems
cookbook 'gem_installer', '= 0.1.0', :supermarket
knife supermarket install gem_installer
knife supermarket download gem_installer
Gem Installer
Simple cookbook for managing gem versions on a node.
Usage
Attributes
Define gems (and optionally version restrictions) within the role:
override_attributes(
:gem_installer => [
'pg',
['activerecord', '~> 3.0.0'],
'ssmtp'
]
)
Data Bag
The GemInstaller uses the BagConfig cookbook to allow configuration
via data bag entries. For more information for data bag configuration
please see:
https://github.com/chrisroberts/cookbook-bag_config
=== Issues/Bugs/Feature Requests
Create a github issue or fork, fix and send me a pull request
Dependent cookbooks
bag_config >= 0.0.0 |
Contingent cookbooks
There are no cookbooks that are contingent upon this one.