cookbook 'yumgroup', '= 0.2.0'
yumgroup (7) Versions 0.2.0 Follow2
Installs/Configures yum packages via yum groups
cookbook 'yumgroup', '= 0.2.0', :supermarket
knife supermarket install yumgroup
knife supermarket download yumgroup
yumgroup Cookbook
A LWRP to install yum packages based on yum groups. This is a stop gap measure while we wait for CHEF-1392, since I have an itch to scratch right now (heck maybe this morphs into the solution for that ticket?)
Requirements
platforms
Any platform that supports installing packages via yum using yum groups.
NOTE: Fedora 18 will work with the :install and :upgrade actions, however the :remove action may be flaky, and attempt to delete everything in the dependency tree (regardless of the value of the groupremove_leaf_only setting!)
Usage
yumgroup::default
Just include the yumgroup
recipe in your cookbook to get access to the LWRP:
include_recipe 'yumgroup' yumgroup 'Web Server' do action :install end
Contributing
- Fork the repository on Github
- Create a named feature branch (like
add_component_x
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request using Github
License and Authors
Authors: Mike Morris
License: 3-clause BSD
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.