From eac2c8f27075585825dca8ce17f7465f50836eda Mon Sep 17 00:00:00 2001 From: James Shubin Date: Sun, 22 Dec 2013 18:44:52 -0500 Subject: Removed three (mostly) harmless slashes. --- manifests/repo.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manifests/repo.pp') diff --git a/manifests/repo.pp b/manifests/repo.pp index 2c24593..7198476 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -76,7 +76,7 @@ class gluster::repo( fail("Architecture: '${architecture}' not yet supported.") } - $base_arch = "${base_os}/epel-${operatingsystemrelease}/" + $base_arch = "${base_os}epel-${operatingsystemrelease}/" $gpgkey = "${base_os}pub.key" @@ -84,7 +84,7 @@ class gluster::repo( #yum::repos::repo { "gluster-${arch}": yum::repos::repo { 'gluster': - baseurl => "${base_arch}/${arch}/", + baseurl => "${base_arch}${arch}/", enabled => true, gpgcheck => true, # XXX: this should not be an http:// link, it should be a file! @@ -95,7 +95,7 @@ class gluster::repo( # TODO: technically, i don't think this is needed yet... #yum::repos::repo { 'gluster-noarch': - # baseurl => "${base_arch}/noarch/", + # baseurl => "${base_arch}noarch/", # enabled => true, # gpgcheck => true, # # XXX: this should not be an http:// link, it should be a file! -- cgit