diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2013-01-29 18:07:02 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2013-01-29 18:07:02 -0200 |
commit | 9b5585cfccb0738a840a55f2d57877f8363ec7f8 (patch) | |
tree | 85797430d9f865d93930e4075712e4c347e2ebe2 /lib | |
parent | ede60966dba7687240df0471014cf3bc642bc982 (diff) | |
download | hydra-9b5585cfccb0738a840a55f2d57877f8363ec7f8.tar.gz hydra-9b5585cfccb0738a840a55f2d57877f8363ec7f8.tar.bz2 |
Updating PUPPET_KEYS to new convention
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 2cb69fb..e2fa85e 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/files" + PUPPET_KEYS="$PUPPET/modules/site_keys/files" fi export HYDRA_CONNECT="ssh -T -o ConnectTimeout=15" |