From 9f1a6723e37a9e82574cbd4a1a7f4726be9baf64 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 19 Oct 2015 15:35:14 -0200 Subject: Fix copy of node hiera secrets --- lib/hydra/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/hydra/config') diff --git a/lib/hydra/config b/lib/hydra/config index d1eb411..07ade8d 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -52,7 +52,7 @@ function hydra_check_preferences { PUPPET="$HYDRA_FOLDER/puppet" PUPPET_KEYS="$PUPPET/keys" - export HYDRA_CONNECT="ssh -T -o ConnectTimeout=15" + export HYDRA_CONNECT="ssh -T -o -q ConnectTimeout=15" } # Load a parameter from config -- cgit v1.2.3