Force a non-lazy run if global.ini has changed
[puppet-git.git] / ppg-ssh
blobcd7877058cd44b11fa811f8f1775cb624b5ca6ec
1 #!/bin/bash
3 # Trivial rapper to control ssh options to be used with
4 # GIT_SSH envvar/
6 if [[ -n "${PPG_DEBUG}" ]]; then
7 set -x
8 fi
10 exec ssh -o ConnectTimeout=10 "$@"