# File lib/puppet/ssl/host.rb, line 129
129:     def key
130:         return nil unless @key ||= Key.find(name)
131:         @key
132:     end