You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@metron.apache.org by ly...@apache.org on 2016/05/06 14:53:56 UTC

incubator-metron git commit: METRON-135 Ambari Start needs to set state to ' restarted' (dlyle65535) closes apache/incubator-metron#106

Repository: incubator-metron
Updated Branches:
  refs/heads/master d52bc1a72 -> 6419e11e3


METRON-135 Ambari Start needs to set state to 'restarted' (dlyle65535) closes apache/incubator-metron#106


Project: http://git-wip-us.apache.org/repos/asf/incubator-metron/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-metron/commit/6419e11e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-metron/tree/6419e11e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-metron/diff/6419e11e

Branch: refs/heads/master
Commit: 6419e11e3afed54af849acc0a3e8b8a0764f6347
Parents: d52bc1a
Author: dlyle65535 <dl...@gmail.com>
Authored: Fri May 6 10:53:37 2016 -0400
Committer: David Lyle <dl...@gmail.com>
Committed: Fri May 6 10:53:37 2016 -0400

----------------------------------------------------------------------
 metron-deployment/roles/ambari_master/tasks/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/6419e11e/metron-deployment/roles/ambari_master/tasks/main.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/ambari_master/tasks/main.yml b/metron-deployment/roles/ambari_master/tasks/main.yml
index ea00844..05d3214 100644
--- a/metron-deployment/roles/ambari_master/tasks/main.yml
+++ b/metron-deployment/roles/ambari_master/tasks/main.yml
@@ -41,5 +41,5 @@
 - name: start ambari server
   service:
     name: ambari-server
-    state: started
+    state: restarted