Class: Puppet::Parameter::NetscalerName

Inherits:
Puppet::Parameter
  • Object
show all
Defined in:
lib/puppet/parameter/netscaler_name.rb

Class Method Summary collapse

Class Method Details

.postinitObject



4
5
6
# File 'lib/puppet/parameter/netscaler_name.rb', line 4

def self.postinit
  @doc ||= "Name for the object. Must begin with an ASCII alphabetic or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters."
end