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/09/13 13:19:15 UTC

incubator-metron git commit: METRON-414 Kibana Ansible Install Fails with SSL Error closes apache/incubator-metron#248

Repository: incubator-metron
Updated Branches:
  refs/heads/master 15d04abec -> eaf625a79


METRON-414 Kibana Ansible Install Fails with SSL Error closes apache/incubator-metron#248


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

Branch: refs/heads/master
Commit: eaf625a7975c56ac20d268c2c77e89d3daa7e471
Parents: 15d04ab
Author: dlyle65535 <dl...@gmail.com>
Authored: Tue Sep 13 09:18:39 2016 -0400
Committer: David Lyle <dl...@gmail.com>
Committed: Tue Sep 13 09:18:39 2016 -0400

----------------------------------------------------------------------
 metron-deployment/roles/kibana/tasks/elasticdump.yml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/eaf625a7/metron-deployment/roles/kibana/tasks/elasticdump.yml
----------------------------------------------------------------------
diff --git a/metron-deployment/roles/kibana/tasks/elasticdump.yml b/metron-deployment/roles/kibana/tasks/elasticdump.yml
index ca32978..739936f 100644
--- a/metron-deployment/roles/kibana/tasks/elasticdump.yml
+++ b/metron-deployment/roles/kibana/tasks/elasticdump.yml
@@ -16,7 +16,10 @@
 #
 ---
 - name: Download Nodesource Yum Repository Setup
-  get_url: url={{ nodesource_repo_setup }} dest=/tmp/nodesource_setup_4.x
+  shell:
+    cmd: curl -s {{ nodesource_repo_setup }} -o /tmp/nodesource_setup_4.x
+    creates: /tmp/nodesource_setup_4.x
+    warn: false
 
 - name: Setup Nodesource Yum Repository
   shell: bash /tmp/nodesource_setup_4.x