You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vi...@apache.org on 2012/06/05 23:09:35 UTC

svn commit: r1346591 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/puppet/manifestloader/site.pp

Author: vikram
Date: Tue Jun  5 21:09:34 2012
New Revision: 1346591

URL: http://svn.apache.org/viewvc?rev=1346591&view=rev
Log:
AMBARI-518. Junk code in manifestloader site.pp. (Contributed by Jitendra)

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/puppet/manifestloader/site.pp

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1346591&r1=1346590&r2=1346591&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Tue Jun  5 21:09:34 2012
@@ -6,6 +6,8 @@ characters wide.
 
 Release 0.1.x - unreleased
 
+  Jitendra's commit. AMBARI-518. Junk code in manifestloader site.pp. (Jitendra via Vikram)
+
   AMBARI-331. Make txnUtils immune to backend race conditions (Varun via Vikram)
 
   AMBARI-327. Fix syntax error in monitoring modules (Ramya via Vikram)

Modified: incubator/ambari/branches/ambari-186/hmc/puppet/manifestloader/site.pp
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/puppet/manifestloader/site.pp?rev=1346591&r1=1346590&r2=1346591&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/puppet/manifestloader/site.pp (original)
+++ incubator/ambari/branches/ambari-186/hmc/puppet/manifestloader/site.pp Tue Jun  5 21:09:34 2012
@@ -36,8 +36,7 @@ class manifestloader () {
 }
 
 node default {
- #stage{1 :}
- include manifestloader
- #class {'manifestloader': stage => 1}
+ stage{1 :}
+ class {'manifestloader': stage => 1}
 }