You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vg...@apache.org on 2012/05/15 04:34:10 UTC

svn commit: r1338512 - in /incubator/ambari/branches/ambari-186: CHANGES.txt hmc/puppet/modules/hdp-ganglia/manifests/init.pp

Author: vgogate
Date: Tue May 15 02:34:10 2012
New Revision: 1338512

URL: http://svn.apache.org/viewvc?rev=1338512&view=rev
Log:
AMBARI-227. Invalid parameter ensure in ganglia manifests by Ramya Sunil

Modified:
    incubator/ambari/branches/ambari-186/CHANGES.txt
    incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-ganglia/manifests/init.pp

Modified: incubator/ambari/branches/ambari-186/CHANGES.txt
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/CHANGES.txt?rev=1338512&r1=1338511&r2=1338512&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/CHANGES.txt (original)
+++ incubator/ambari/branches/ambari-186/CHANGES.txt Tue May 15 02:34:10 2012
@@ -2,6 +2,8 @@ Ambari Change log
 
 Release 0.x.x - unreleased
 
+  AMBARI-227. Invalid parameter ensure in ganglia manifests (Ramya Sunil via vgogate)
+
   AMBARI-226. Make the daemon names and other field names consistent (Suresh Srinivas via vgogate)
 
   AMBARI-225. Currently we dont have any monitoring alerts setup for secondary namenode (vgogate)

Modified: incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-ganglia/manifests/init.pp
URL: http://svn.apache.org/viewvc/incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-ganglia/manifests/init.pp?rev=1338512&r1=1338511&r2=1338512&view=diff
==============================================================================
--- incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-ganglia/manifests/init.pp (original)
+++ incubator/ambari/branches/ambari-186/hmc/puppet/modules/hdp-ganglia/manifests/init.pp Tue May 15 02:34:10 2012
@@ -44,7 +44,6 @@ class hdp-ganglia::service::change_permi
 {
   if ($ensure == 'running' or $ensure == 'installed_and_configured') {
     hdp::directory_recursive_create { '/var/lib/ganglia/dwoo' :
-      ensure => directory,
       mode => '0777'
       }
   }