Skip to content

Commit

Permalink
minor ganglia::gmetad example cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent e7ee0d2 commit 497ab53
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions manifests/gmetad.pp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# -address
#
# defaults to:
# [ { 'name' => 'my cluster', 'address' => 'localhost' } ],
# [ { name => 'my cluster', address => 'localhost' } ],
#
# [*gridname*]
# string - defaults to '', which means no gridname at all
Expand All @@ -25,8 +25,8 @@
#
# $clusters = [
# {
# 'name' => 'test',
# 'address' => ['test1.example.org', 'test2.example.org'],
# name => 'test',
# address => ['test1.example.org', 'test2.example.org'],
# },
# ]
#
Expand Down

0 comments on commit 497ab53

Please sign in to comment.