You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by hi...@apache.org on 2012/06/22 22:34:52 UTC

svn commit: r1353022 - in /incubator/ambari/trunk: CHANGES.txt hmc/puppet/modules/hdp/manifests/params.pp

Author: hitesh
Date: Fri Jun 22 20:34:51 2012
New Revision: 1353022

URL: http://svn.apache.org/viewvc?rev=1353022&view=rev
Log:
AMBARI-573. Puppet error: Cannot reassign variable zookeeper_hosts at modules/hdp/manifests/params.pp (Contributed by Hitesh)

Modified:
    incubator/ambari/trunk/CHANGES.txt
    incubator/ambari/trunk/hmc/puppet/modules/hdp/manifests/params.pp

Modified: incubator/ambari/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/CHANGES.txt?rev=1353022&r1=1353021&r2=1353022&view=diff
==============================================================================
--- incubator/ambari/trunk/CHANGES.txt (original)
+++ incubator/ambari/trunk/CHANGES.txt Fri Jun 22 20:34:51 2012
@@ -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

Modified: incubator/ambari/trunk/hmc/puppet/modules/hdp/manifests/params.pp
URL: http://svn.apache.org/viewvc/incubator/ambari/trunk/hmc/puppet/modules/hdp/manifests/params.pp?rev=1353022&r1=1353021&r2=1353022&view=diff
==============================================================================
--- incubator/ambari/trunk/hmc/puppet/modules/hdp/manifests/params.pp (original)
+++ incubator/ambari/trunk/hmc/puppet/modules/hdp/manifests/params.pp Fri Jun 22 20:34:51 2012
@@ -44,7 +44,7 @@ class hdp::params()
     $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")