Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Commit

Permalink
Remove leading colons.
Browse files Browse the repository at this point in the history
This is actually valid in Puppet 3.x, but removing the colons doesn't
break the 3.x tree.
  • Loading branch information
purpleidea committed Apr 10, 2014
1 parent 29adf91 commit 117ac5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/mount.pp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
}
# 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
Expand Down

0 comments on commit 117ac5c

Please sign in to comment.