aboutsummaryrefslogtreecommitdiff
path: root/lib/hydra/config
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-07-14 15:41:25 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-07-14 15:41:25 -0300
commit05cdfb50e6a33647cde858573279822b3f46ca03 (patch)
treeffe4ea83b76086d5547ef6cde8d8b9673e890354 /lib/hydra/config
parent921fe8a82b574b484973639b088ffb4826c14784 (diff)
downloadhydra-05cdfb50e6a33647cde858573279822b3f46ca03.tar.gz
hydra-05cdfb50e6a33647cde858573279822b3f46ca03.tar.bz2
Using site-keys instead of files/keys
Diffstat (limited to 'lib/hydra/config')
-rw-r--r--lib/hydra/config2
1 files changed, 1 insertions, 1 deletions
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"