Skip to content

Commit

Permalink
AMBARI-573. Puppet error: Cannot reassign variable zookeeper_hosts at…
Browse files Browse the repository at this point in the history
… modules/hdp/manifests/params.pp (Contributed by Hitesh)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1353022 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
hiteshs committed Jun 22, 2012
1 parent 3525f0c commit 64aa91b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.txt
Expand Up @@ -6,6 +6,8 @@ characters wide.

Release 1.0.0 - unreleased

AMBARI-573. Puppet error: Cannot reassign variable zookeeper_hosts at modules/hdp/manifests/params.pp (hitesh)

AMBARI-554. Update documentation to account for ambari-186 merge to trunk (Yusaku via hitesh)

AMBARI-555. Update README for additional documentation to get around errors
Expand Down
2 changes: 1 addition & 1 deletion hmc/puppet/modules/hdp/manifests/params.pp
Expand Up @@ -44,7 +44,7 @@
$public_snamenode_host = hdp_default("snamenode_host")
$public_jtnode_host = hdp_default("jtnode_host")
$public_hbase_master_host = hdp_default("hbase_master_host")
$zookeeper_hosts = hdp_default("zookeeper_hosts")
$public_zookeeper_hosts = hdp_default("zookeeper_hosts")
$public_ganglia_server_host = hdp_default("ganglia_server_host")
$public_nagios_server_host = hdp_default("nagios_server_host")
$public_dashboard_host = hdp_default("dashboard_host")
Expand Down

0 comments on commit 64aa91b

Please sign in to comment.