aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2010-06-20 16:03:45 -0300
committerSilvio Rhatto <rhatto@riseup.net>2010-06-20 16:03:45 -0300
commitc0f1dc8e92c0bb6db735d27c68cc8c17637c6ff6 (patch)
treebb84695a4aa0132052df0af9dff203dfc5c61eb3
parente9fb8c47a70e87ee767f800269400c0edeac35e2 (diff)
downloadkeyringer-c0f1dc8e92c0bb6db735d27c68cc8c17637c6ff6.tar.gz
keyringer-c0f1dc8e92c0bb6db735d27c68cc8c17637c6ff6.tar.bz2
Minor fix
-rwxr-xr-xshare/keyringer/newkeys2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/keyringer/newkeys b/share/keyringer/newkeys
index f4a88a5..16bf218 100755
--- a/share/keyringer/newkeys
+++ b/share/keyringer/newkeys
@@ -29,7 +29,7 @@ function newkeys_puppet {
for host in $nodes; do
node="`echo $host | cut -d . -f 1`"
- privkey="$PUPPET/$PUPPET_KEYS/"$node"_id_dsa"
+ privkey="$PUPPET_KEYS/"$node"_id_dsa"
pubkey="$privkey.pub"
if [ ! -e "$privkey" ] || [ ! -e "$pubkey" ]; then
keyringer_exec genpair $BASEDIR ssh $node/ssh/id_dsa $host $privkey