module-inifile/lib/puppet/util
Mike Dorman c784253096 MODULES-1599 Match only on space and tab whitespace after k/v separator
The previous match for \s would also match on newlines.  This caused
existing settings with blank values to have the newline considered part
of the whitespace surrounding the separator.  When such settings are
set with a value, the value ends up on the next line.

Also adding acceptance test for this particular situation.
2015-06-18 15:06:44 -06: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 MODULES-1599 Match only on space and tab whitespace after k/v separator 2015-06-18 15:06:44 -06:00
setting_value.rb Add quote_char parameter to the ini_subsetting resource type 2014-05-07 17:04:43 +02:00