Просмотр исходного кода

AMBARI-2469. Unable to install cluster due to puppet syntax error. ( smohanty)

git-svn-id: https://svn.apache.org/repos/asf/incubator/ambari/trunk@1495657 13f79535-47bb-0310-9956-ffa450edef68
Sumit Mohanty 12 лет назад
Родитель
Сommit
50f84846a6

+ 1 - 1
ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp

@@ -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
    }
   }