From 51fea724f4b606326489636a0ffb7e9673600f9b Mon Sep 17 00:00:00 2001 From: James Shubin Date: Tue, 21 Jan 2014 05:02:58 -0500 Subject: Add client mounting and associated magic. * Rename gluster::client to gluster::mount * Add support to gluster::mount * Add client machines and mounts to vagrant setup * Fixed version interface for gluster::mount and gluster::server * Improved firewall support for gluster::mount * Update examples to use gluster::mount instead of gluster::client * Update documentation * Other small fixes --- manifests/repo.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'manifests/repo.pp') diff --git a/manifests/repo.pp b/manifests/repo.pp index ca5cecf..3c45ee0 100644 --- a/manifests/repo.pp +++ b/manifests/repo.pp @@ -15,7 +15,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -class gluster::repo( +define gluster::repo( # if you specify 'x.y', it will find the latest x.y.* # if you specify 'x.y.z', it will stick to that version # anything omitted is taken to mean "latest" @@ -96,7 +96,7 @@ class gluster::repo( include ::yum #yum::repos::repo { "gluster-${arch}": - yum::repos::repo { 'gluster': + yum::repos::repo { "${name}": baseurl => "${base_arch}${arch}/", enabled => true, gpgcheck => true, -- cgit