From: Silvio Rhatto Date: Fri, 30 Sep 2011 01:41:31 +0000 (-0300) Subject: Minor fix X-Git-Tag: 0.1~233 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=294dd6b45ae18618641e8aa12204ba6d6d70d308;p=hydra.git Minor fix --- diff --git a/share/hydractl/puppet-finger b/share/hydractl/puppet-finger index ff935de..1449797 100755 --- a/share/hydractl/puppet-finger +++ b/share/hydractl/puppet-finger @@ -26,7 +26,7 @@ function puppet_openssl { # if [ -d "/var/lib/puppetmaster/ssl/" ]; then for file in `ls /var/lib/puppetmaster/ssl/ca/signed/*pem`; do - fp="`puppet_openssl /var/lib/puppetmaster/ssl/ca/signed/$file`" + fp="`puppet_openssl $file`" echo "`basename $file .pem`: $fp" done