Class: Puppet::Property::F5State

Inherits:
Puppet::Property
  • Object
show all
Defined in:
lib/puppet/property/f5_state.rb

Class Method Summary collapse

Class Method Details

.postinitObject



4
5
6
7
# File 'lib/puppet/property/f5_state.rb', line 4

def self.postinit
  @doc ||= "The state of the object
  Valid options: <enabled|disabled|forced_offline>"
end