From 1d33d02bd37cb38b494991ca0f797dfcaea12e39 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 28 Feb 2014 13:52:52 -0300 Subject: Create BASEDIR / doc update --- lib/hydra/config | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'lib/hydra/config') diff --git a/lib/hydra/config b/lib/hydra/config index e2fa85e..37442ac 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -44,6 +44,14 @@ function hydra_check_preferences { PUPPET_KEYS="$PUPPET/modules/site_keys/files" fi + if [ ! -z "$REMOTE_REPOS" ]; then + echo "Using deprecated config REMOTE_REPOS, please update $PREFERENCES." + fi + + if [ ! -z "$PRIVATE_REPOS" ]; then + echo "Using deprecated config PRIVATE_REPOS, please update $PREFERENCES." + fi + export HYDRA_CONNECT="ssh -T -o ConnectTimeout=15" } -- cgit v1.2.3