summaryrefslogtreecommitdiffstats
path: root/manifests/repo.pp
diff options
context:
space:
mode:
authorJames Shubin <james@shubin.ca>2014-04-07 00:43:04 -0400
committerJames Shubin <james@shubin.ca>2014-05-07 12:52:05 -0400
commit32fdb618625f011b7d7387428520441a91321e0e (patch)
tree15af96f12b7c2920364bc1505b11bf31ea41c066 /manifests/repo.pp
parent36ee0ebd22c3ccd55a9544b96c0cbfcbf70b153b (diff)
downloadpuppet-gluster-32fdb618625f011b7d7387428520441a91321e0e.tar.gz
puppet-gluster-32fdb618625f011b7d7387428520441a91321e0e.tar.xz
puppet-gluster-32fdb618625f011b7d7387428520441a91321e0e.zip
Pull operating system specific data from yaml files.
This patch includes package names.
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 3c45ee0..747493c 100644
--- a/manifests/repo.pp
+++ b/manifests/repo.pp
@@ -22,7 +22,7 @@ define gluster::repo(
# if you leave this blank, we assume you want the latest version...
$version = ''
) {
- $base = 'https://download.gluster.org/pub/gluster/glusterfs/'
+ $base = hiera('gluster::repo::base') # eg: 'https://download.gluster.org/pub/gluster/glusterfs/'
if "${version}" == '' {
# latest