Add yum-centos::vault to set up yum repos for older CentOS releases.
Why is this important? Since yum-centos::default sets up repos pointing to the latest release. If you have 6.7 machine and then 6.8 is released, any new RPMs installed will come from the 6.8 repos. The machine is now a mix of 6.7 and 6.8.
Signed-off-by: Joe Nuspl nuspl@nvwls.com
Description
Add
yum-centos::vault
to set up yum repos for older CentOS releases.Why is this important? Since
yum-centos::default
sets up repos pointing to the latest release. If you have 6.7 machine and then 6.8 is released, any new RPMs installed will come from the 6.8 repos. The machine is now a mix of 6.7 and 6.8.Issues Resolved
None
Check List