git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1495657 13f79535-47bb-0310-9956-ffa450edef68
@@ -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
}