Skip to content

Commit

Permalink
add default params for all ganglia::gmetad values
Browse files Browse the repository at this point in the history
Defaults are set per the stock values in gmetad.conf from ganglia-gmetad-3.1.7-6.el6.x86_64
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent 073c3d1 commit a804415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/gmetad.pp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
class ganglia::gmetad(
$clusters,
$clusters = [ { 'name' => 'my cluster', 'address' => 'localhost' } ],
$gridname = '',
) inherits ganglia::params {
validate_array($clusters)
Expand Down

0 comments on commit a804415

Please sign in to comment.