module-inifile/lib/puppet/util
Chris Price 6b198641ea Change constants to class variables
Because of the way that puppet's autoloader and pluginsync work,
modules on the master get loaded twice, which means that
you can't use Ruby constants at all w/o getting warning messages.

This commit changes all of the constants in `ini_file` to class
variables, which will avoid the warning messages.
2013-05-21 15:19:33 -07: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 Change constants to class variables 2013-05-21 15:19:33 -07:00
setting_value.rb Added 'ini_subsetting' custom resource type 2013-03-25 11:34:37 +01:00