aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl
diff options
context:
space:
mode:
Diffstat (limited to 'share/hydractl')
-rwxr-xr-xshare/hydractl/puppet-finger2
1 files changed, 1 insertions, 1 deletions
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