Installs the OSUOSL Yum Repo.
Include yum-osuosl
in your node's run_list
:
{
"run_list": [
"recipe[yum-osuosl::default]"
]
}
- 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
Author:: Oregon State University (chef@osuosl.org)