Преглед изворни кода

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 година
родитељ
комит
50f84846a6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ambari-agent/src/main/puppet/modules/hdp-oozie/manifests/service.pp

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

@@ -143,7 +143,7 @@ class hdp-oozie::service(
   } elsif ($ensure == 'stopped') {
   } elsif ($ensure == 'stopped') {
     hdp::exec { "exec $stop_cmd":
     hdp::exec { "exec $stop_cmd":
       command => $stop_cmd,
       command => $stop_cmd,
-      $onlyif  => $no_op_test,
+      onlyif  => $no_op_test,
       initial_wait => $initial_wait
       initial_wait => $initial_wait
    }
    }
   }
   }