diff options
Diffstat (limited to 'share/hydractl/puppet-finger')
-rwxr-xr-x | share/hydractl/puppet-finger | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/hydractl/puppet-finger b/share/hydractl/puppet-finger index 010cca1..2bd29c1 100755 --- a/share/hydractl/puppet-finger +++ b/share/hydractl/puppet-finger @@ -27,7 +27,7 @@ function puppet_openssl { if [ -d "/var/lib/puppetmaster/ssl" ]; then if [ -d "/var/lib/puppetmaster/ssl/ca/signed" ]; then for file in `ls /var/lib/puppetmaster/ssl/ca/signed`; do - fp="`puppet_openssl $file`" + fp="`puppet_openssl /var/lib/puppetmaster/ssl/ca/signed/$file`" echo "`basename $file .pem`: $fp" done fi |