summaryrefslogtreecommitdiffstats
path: root/manifests/repo.pp
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-11-24 05:30:08 -0500
committerJames Shubin <james@shubin.ca>2014-11-24 05:30:08 -0500
commit784bc89273f636bdcd4bd5ff13cf3c04bd3d932a (patch)
tree5666c5024a98027dbf9ae94d95fadce63efc0586 /manifests/repo.pp
parentd61ae97bea12d2aaf8b952927789eb0682d1f173 (diff)
downloadpuppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.tar.gz
puppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.tar.xz
puppet-gluster-784bc89273f636bdcd4bd5ff13cf3c04bd3d932a.zip
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.
Diffstat (limited to 'manifests/repo.pp')
-rw-r--r--manifests/repo.pp2
1 files changed, 1 insertions, 1 deletions
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"