Class Puppet::Parser::AST::HostName
In: lib/puppet/parser/ast/leaf.rb
Parent: AST::Leaf

Host names, either fully qualified or just the short name, or even a regex

Methods

eql?   hash   match   new   regex?   to_classname   to_s  

Public Class methods

Public Instance methods

implementing eql? and hash so that when an HostName is stored in a hash it has the same hashing properties as the underlying value

[Validate]