module-inifile/spec
Reid Vandewiele 3829e20c49 Allow values with spaces to be parsed and set
Previously, the following stanza would fail as a result of the
ini_setting type not being able to parse spaces in setting values.

  ini_setting { 'main_config_version':
    ensure  => present,
    path    => '/etc/puppetlabs/puppet/puppet.conf',
    section => 'main',
    setting => 'config_version',
    value   => '/etc/puppetlabs/puppet/config_version.sh $environment',
  }

This commit modifes the SETTING_REGEX to account for spaces in setting values.
2012-09-29 12:39:00 -07:00
..
unit/puppet Allow values with spaces to be parsed and set 2012-09-29 12:39:00 -07:00
spec_helper.rb Fixed spec_helper.rb so original tests can pass. 2012-09-04 16:55:36 +00:00