# File lib/puppet/ssl/host.rb, line 119
119:   def key
120:     @key ||= Key.find(name)
121:   end