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

incubator-metron git commit: METRON-168 Specify shorter control_path to avoid 'unix domain socket too long' problem (tom-meyer via cestella) closes apache/incubator-metron#122

Repository: incubator-metron
Updated Branches:
  refs/heads/master 3803df2f3 -> a45260aa5


METRON-168 Specify shorter control_path to avoid 'unix domain socket too long' problem (tom-meyer via cestella) closes apache/incubator-metron#122


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

Branch: refs/heads/master
Commit: a45260aa59b2fbb4d27f6a74d131901eb00fc1cd
Parents: 3803df2
Author: tom-meyer <me...@gmail.com>
Authored: Fri May 20 10:31:10 2016 -0400
Committer: cstella <ce...@gmail.com>
Committed: Fri May 20 10:31:10 2016 -0400

----------------------------------------------------------------------
 metron-deployment/amazon-ec2/ansible.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-metron/blob/a45260aa/metron-deployment/amazon-ec2/ansible.cfg
----------------------------------------------------------------------
diff --git a/metron-deployment/amazon-ec2/ansible.cfg b/metron-deployment/amazon-ec2/ansible.cfg
index c8f26c4..9f3a2fe 100644
--- a/metron-deployment/amazon-ec2/ansible.cfg
+++ b/metron-deployment/amazon-ec2/ansible.cfg
@@ -25,4 +25,4 @@ log_path = ./ansible.log
 
 # fix for "ssh throws 'unix domain socket too long' " problem
 [ssh_connection]
-control_path = %(directory)s/%%h-%%p-%%r
+control_path = ~/.ssh/ansible-ssh-%%C