module-inifile/lib/puppet/util
Terry Wilson 5904c6f7b4 Allow empty values
It is a legitimate use case to set empty values; to override a
default when an empty value is acceptable for instance. This patch
changes the regex in three ways: it 1) removes the requirement for
a non-whitespace terminator on a setting value, 2) makes the value
match non-greedy so that the \s*$ at the end can catch the newline
and 3) changes the \s*=\s* to [ \t]*=[ \t]* because we don't want
that to capture *any* whitespace (like a newline).
2013-07-10 10:26:37 -05: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 Allow empty values 2013-07-10 10:26:37 -05:00
setting_value.rb Fix bug in subsetting handling for new settings 2013-05-28 14:56:57 -07:00