diff options
Diffstat (limited to 'lib/puppet')
-rw-r--r-- | lib/puppet/util/inifile.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/puppet/util/inifile.rb b/lib/puppet/util/inifile.rb index d050e6dd1..bd01759ba 100644 --- a/lib/puppet/util/inifile.rb +++ b/lib/puppet/util/inifile.rb @@ -129,7 +129,7 @@ module Puppet::Util::IniConfig section.mark_clean unless section.nil? section = add_section($1, file) optname = nil - elsif l =~ /^\s*([^\s=]+)\s*\=(.+)$/ + elsif l =~ /^\s*([^\s=]+)\s*\=(.*)$/ # We allow space around the keys, but not the values # For the values, we don't know if space is significant if section.nil? |