diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/hydra/config b/lib/hydra/config index f45366b..b657fd3 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -43,6 +43,8 @@ function hydra_check_preferences { if [ -z "$PUPPET_KEYS" ]; then PUPPET_KEYS="$PUPPET/files/keys" fi + + export HYDRA_CONNECT="ssh -o ConnectTimeout=15" } # Load a parameter from config |