From 784bc89273f636bdcd4bd5ff13cf3c04bd3d932a Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 24 Nov 2014 05:30:08 -0500 Subject: Clean up / make more consistent CentOS 7 fixes. This does some small fixes to rbarlow's original commit (merged). Originally, I wasn't sure it was the correct patch, and I implemented something different to try it out a different way, but in the end, I realized that rbarlow's method was better! rbarlow, you're on your way to becoming a puppet superstar! This patch just makes some small changes so that the code is consistent, and nitpitcks a bit. --- manifests/repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/repo.pp') diff --git a/manifests/repo.pp b/manifests/repo.pp index 2cf82d2..0fd0442 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -91,7 +91,7 @@ define gluster::repo( fail("Architecture: '${architecture}' not yet supported.") } - $base_arch = "${base_os}epel-${::gluster::params::repo_operatingsystemrelease}/" + $base_arch = "${base_os}epel-${::gluster::params::misc_repo_operatingsystemrelease}/" $gpgkey = "${base_os}pub.key" -- cgit