Method: Puppet::Util::IniConfig::Section#destroy?

Defined in:
lib/puppet/util/inifile.rb

#destroy?Boolean

Should the file be destroyed?

Returns:



49
50
51
# File 'lib/puppet/util/inifile.rb', line 49

def destroy?
  @destroy
end