diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 15:41:25 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-07-14 15:41:25 -0300 |
commit | 05cdfb50e6a33647cde858573279822b3f46ca03 (patch) | |
tree | ffe4ea83b76086d5547ef6cde8d8b9673e890354 /lib | |
parent | 921fe8a82b574b484973639b088ffb4826c14784 (diff) | |
download | hydra-05cdfb50e6a33647cde858573279822b3f46ca03.tar.gz hydra-05cdfb50e6a33647cde858573279822b3f46ca03.tar.bz2 |
Using site-keys instead of files/keys
Diffstat (limited to 'lib')
-rw-r--r-- | lib/hydra/config | 2 |
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" |