diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 11:46:51 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2011-08-05 11:46:51 -0300 |
commit | a29cab87b92efc7eae99b16c26523ad13821e1db (patch) | |
tree | 2712ba37adc43ee5b1d0b62720449b47fe90d66e | |
parent | 05cdfb50e6a33647cde858573279822b3f46ca03 (diff) | |
download | hydra-a29cab87b92efc7eae99b16c26523ad13821e1db.tar.gz hydra-a29cab87b92efc7eae99b16c26523ad13821e1db.tar.bz2 |
Minor fix at PUPPET_KEYS
-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 0f64b4c..de79b74 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/modules/site-keys" + PUPPET_KEYS="$PUPPET/modules/site-keys/files" fi export HYDRA_CONNECT="ssh -o ConnectTimeout=15" |