Merge pull request #10046 from cjcullen/fwfix

Allow passing through an explicit PROXY_SSH_USER.
This commit is contained in:
Brendan Burns
2015-06-18 13:13:19 -07:00
3 changed files with 14 additions and 13 deletions

View File

@@ -501,7 +501,7 @@ EOF
cat <<EOF >>/etc/salt/minion.d/grains.conf
cloud_config: /etc/gce.conf
advertise_address: '${EXTERNAL_IP}'
proxy_ssh_user: '${INSTANCE_PREFIX}'
proxy_ssh_user: '${PROXY_SSH_USER}'
EOF
fi
}