Fixed zookeeper url

This commit is contained in:
Tim Kuhlman 2014-05-27 11:00:47 -06:00
parent 717d9d557c
commit 0c645f07d3
2 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@ maintainer_email "hpcs-mon-som@hp.com"
license "All rights reserved"
description "Installs/Configures mon_api"
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
version "0.0.2"
version "0.0.3"

View File

@ -11,7 +11,7 @@ kafka:
brokerUris:
- <%=@setting['kafka']['hostname']%>:9092
zookeeperUris:
- <%=@setting['kafka']['hostname']%>:2181
- <%=@setting['zookeeper']['hostname']%>:2181
healthCheckTopic: healthcheck
mysql:
@ -89,4 +89,4 @@ logging:
port: 514
facility: local0
threshold: ALL
logFormat: # TODO
logFormat: # TODO