From 117ac5c4f57708e76dd0ebc3a00a33d4861835bc Mon Sep 17 00:00:00 2001 From: James Shubin Date: Thu, 10 Apr 2014 17:11:21 -0400 Subject: Remove leading colons. This is actually valid in Puppet 3.x, but removing the colons doesn't break the 3.x tree. --- manifests/mount.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/mount.pp b/manifests/mount.pp index 27b6baa..637a18b 100644 --- a/manifests/mount.pp +++ b/manifests/mount.pp @@ -39,7 +39,7 @@ define gluster::mount( } # because multiple gluster::mount types are allowed on the same server, # we include with the ensure_resource function to avoid identical calls - ensure_resource('class', '::gluster::mount::base', $params) + ensure_resource('class', 'gluster::mount::base', $params) # eg: vip:/volume $split = split($server, ':') # do some $server parsing -- cgit