Merge pull request #10780 from cjcullen/testfix

Hacky workaround for #9822
pull/6/head
Yu-Ju Hong 2015-07-06 15:00:35 -07:00
commit 1e0a16392d
1 changed files with 3 additions and 0 deletions

View File

@ -26,6 +26,9 @@
{% set proxy_ssh_options = "" -%}
{% if grains.proxy_ssh_user is defined -%}
{% set proxy_ssh_options = "--ssh-user=" + grains.proxy_ssh_user + " --ssh-keyfile=/srv/sshproxy/.sshkeyfile" -%}
{# Append 40 characters onto command to work around #9822. #}
{# If mount list changes, this may also need to change. #}
{% set proxy_ssh_options = proxy_ssh_options + " " -%}
{% endif -%}
{% set address = "--address=127.0.0.1" -%}