Author: smohanty
Date: Sat Jun 22 01:39:23 2013
New Revision: 1495657
URL: http://svn.apache.org/r1495657
Log:
AMBARI-2469. Unable to install cluster due to puppet syntax error. ( smohanty)
Modified:
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
Modified:
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
URL:
http://svn.apache.org/viewvc/incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp?rev=1495657&r1=1495656&r2=1495657&view=diff
==============================================================================
---
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
(original)
+++
incubator/ambari/trunk/ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp
Sat Jun 22 01:39:23 2013
@@ -143,7 +143,7 @@ class hdp-oozie::service(
} elsif ($ensure == 'stopped') {
hdp::exec { "exec $stop_cmd":
command => $stop_cmd,
- $onlyif => $no_op_test,
+ onlyif => $no_op_test,
initial_wait => $initial_wait
}
}