summaryrefslogtreecommitdiffstats
path: root/manifests/repo.pp
diff options
context:
space:
mode:
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"