From 32fdb618625f011b7d7387428520441a91321e0e Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 7 Apr 2014 00:43:04 -0400 Subject: Pull operating system specific data from yaml files. This patch includes package names. --- manifests/repo.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/repo.pp') 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 -- cgit