jhoblitt / puppet-ganglia

Manages ganglia gmond & gmetad daemons + web front end
Other
12 stars 34 forks source link

tax error at 'ganglia_ip'; expected '}' at /etc/puppet/manifests/site.pp:96 on node puppet.com #39

Closed mh54 closed 9 years ago

mh54 commented 9 years ago

I'm new to puppet. When I install the ganglia module I keep getting the following error tax error at 'ganglia_ip'; expected '}' at /etc/puppet/manifests/site.pp:96 on node puppet.com I checked all brackets seem to match,Here's a copy of my site.pp.

class{ 'ganglia::gmond': cluster_name => 'puppet', cluster_owner => 'none', cluster_latlong => 'N32.2332147 W110.9481163', cluster_url => 'www.example.org', host_location => 'example computer room', udp_recv_channel => $udp_recv_channel, udp_send_channel => $udp_send_channel, tcp_accept_channel => $tcp_accept_channel, }

$clusters = [ { name => 'puppet', address => ['node001.com'], }, ] class{ 'ganglia::gmetad': clusters => $clusters, gridname => 'my grid', } class{ 'ganglia::web': } class{ 'ganglia::web': $ganglia_ip = '127.0.0.1', $ganglia_port = 8652, }

jhoblitt commented 9 years ago

Appears to be a duplicate of #38.