aboutsummaryrefslogtreecommitdiff
path: root/share/hydractl/puppet-finger
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2011-09-29 22:41:31 -0300
committerSilvio Rhatto <rhatto@riseup.net>2011-09-29 22:41:31 -0300
commit294dd6b45ae18618641e8aa12204ba6d6d70d308 (patch)
tree1a86493b5b5c2e584fc12cc202d151c6f445e12f /share/hydractl/puppet-finger
parent4e2084de41d6200db5068c344cad566172221e84 (diff)
downloadhydra-294dd6b45ae18618641e8aa12204ba6d6d70d308.tar.gz
hydra-294dd6b45ae18618641e8aa12204ba6d6d70d308.tar.bz2
Minor fix
Diffstat (limited to 'share/hydractl/puppet-finger')
-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