summaryrefslogtreecommitdiffstats
path: root/roles/yum_repos
Commit message (Collapse)AuthorAgeFilesLines
* refactor yum_repo role to handle multiple repos/filesJason DeTiberus2015-04-095-0/+189
- Rename yum_repo role to yum_repos - Update yum_repos to take a more complex datastructure to describe multiple repo files and multiple repos within those files - Update the template to support multiple repos within the repo file - Update the template to allow for any key, value pair passed in instead of a hard coded list. - Add assertions to verify the repo_files variable is properly defined - Convert the legacy variables to the new repo_files variable