cookbook 'yum-osuosl', '= 1.1.2'
yum-osuosl (12) Versions 1.1.2 Follow0
Installs/Configures yum-osuosl
cookbook 'yum-osuosl', '= 1.1.2', :supermarket
knife supermarket install yum-osuosl
knife supermarket download yum-osuosl
yum-osuosl-cookbook
Installs the OSUOSL Yum Repo.
Usage
yum-osuosl::default
Include yum-osuosl
in your node's run_list
:
{ "run_list": [ "recipe[yum-osuosl::default]" ] }
Contributing
- Fork the repository on Github
- Create a named feature branch (i.e.
add-new-recipe
) - Write your change
- Write tests for your change (if applicable)
- Run the tests, ensuring they all pass
- Submit a Pull Request
License and Authors
Author:: Oregon State University (chef@osuosl.org)
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
yum-osuosl CHANGELOG
This file is used to list changes made in each version of the
yum-osuosl cookbook.
1.1.2 (2020-08-25)
- Chef 16 Fixes
1.1.1 (2020-07-28)
- Centos 8 support
1.1.0 (2020-06-24)
- Chef 15 Fixes
1.0.2 (2020-01-14)
- Chef 14 post-migration fixes
1.0.0 (2018-09-13)
- Chef 13 compatibility fixes
0.1.2 (2017-01-06)
- Fixed rubocop and foodcritic for yum-osuosl
0.1.0
- Initial release of yum-osuosl