Method: Puppet::Util::IniConfig::PhysicalFile#destroy_empty

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

#destroy_emptyObject

Whether empty files should be removed if no sections are defined. Defaults to false



121
122
123
# File 'lib/puppet/util/inifile.rb', line 121

def destroy_empty
  @destroy_empty
end