Skip to content

Commit

Permalink
add rdoc for ganglia::web
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua Hoblitt committed Nov 16, 2012
1 parent 497ab53 commit 69cd720
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions manifests/web.pp
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
# == Class: ganglia::web
#
# install and configure the ganglia web front end
#
# === Parameters
#
# All parameteres are optional.
#
# [*ganglia_ip*]
# string - defaults to '127.0.0.1'
#
# [*ganglia_port*]
# string - defaults to '8652'
#
#
# === Examples
#
# class{ 'ganglia::web': }
#
# class{ 'ganglia::web':
# $ganglia_ip = '192.168.0.1',
# $ganglia_port = 8652,
# }
#
#
# === Authors
#
# Joshua Hoblitt <[email protected]>
#
# === Copyright
#
# Copyright (C) 2012 Joshua Hoblitt
#

class ganglia::web(
$ganglia_ip = '127.0.0.1',
$ganglia_port = 8652,
Expand Down

0 comments on commit 69cd720

Please sign in to comment.