summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2013-12-22 18:44:52 -0500
committerJames Shubin <james@shubin.ca>2013-12-22 18:44:52 -0500
commiteac2c8f27075585825dca8ce17f7465f50836eda (patch)
tree6a6bd6111e3ddb593ee260a66b77f4d301898ec5 /manifests
parentca290d42f9d97e4db3a85429a0374319fc4a4b91 (diff)
downloadpuppet-gluster-eac2c8f27075585825dca8ce17f7465f50836eda.tar.gz
puppet-gluster-eac2c8f27075585825dca8ce17f7465f50836eda.tar.xz
puppet-gluster-eac2c8f27075585825dca8ce17f7465f50836eda.zip
Removed three (mostly) harmless slashes.
Diffstat (limited to 'manifests')
-rw-r--r--manifests/repo.pp6
1 files changed, 3 insertions, 3 deletions
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!