From 05cdfb50e6a33647cde858573279822b3f46ca03 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 14 Jul 2011 15:41:25 -0300 Subject: Using site-keys instead of files/keys --- lib/hydra/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/hydra/config b/lib/hydra/config index b657fd3..0f64b4c 100644 --- a/lib/hydra/config +++ b/lib/hydra/config @@ -41,7 +41,7 @@ function hydra_check_preferences { fi if [ -z "$PUPPET_KEYS" ]; then - PUPPET_KEYS="$PUPPET/files/keys" + PUPPET_KEYS="$PUPPET/modules/site-keys" fi export HYDRA_CONNECT="ssh -o ConnectTimeout=15" -- cgit v1.2.3