Method: Puppet::Node#names

Defined in:
lib/puppet/node.rb

#namesObject

Calculate the list of names we might use for looking up our node. This is only used for AST nodes.



185
186
187
# File 'lib/puppet/node.rb', line 185

def names
  @names ||= [name]
end