# File lib/puppet/sslcertificates/ca.rb, line 96 96: def getpass 97: if @config[:capass] and File.readable?(@config[:capass]) 98: return File.read(@config[:capass]) 99: else 100: raise Puppet::Error, "Could not decrypt CA key with password: %s" % detail 101: end 102: end