module-inifile/lib/puppet/util
Dan Bode 2f22483c87 Add purging support to ini file
This commit adds purging to ini file native types.

Purging will only work for child providers that
implement the method: self.file_path. This is
because collecting all instances of the type (
which is a requirement for purging) is only possible
when the path of the file that is being managed
can be accessed by the class instance (in the
method self.instances.)

This commit adds the following method to the internal
of the ini_file:
- get_settings - has of all settings/values for
a given section

It also adds the following method to the section
class:
- setting_names - list of all setting names in a
section.

These methods are required for the instances method
to be able to list the values for all settings of
each section.
2013-03-04 15:38:58 -08:00
..
ini_file Add purging support to ini file 2013-03-04 15:38:58 -08:00
external_iterator.rb Add support for "global" section at beginning of file 2012-08-17 04:48:28 -07:00
ini_file.rb Add purging support to ini file 2013-03-04 15:38:58 -08:00