module-inifile/spec
Gary Larizza d452e6ca1e Support a space as a key_val_separator
Previously, trying to use a space as a key_val_separator in the ini_setting
type would fail because #strip is being called on the key_val_separator
attribute, which completely kills the space. This commit checks to see
if key_val_separator has been set as a space, and, if so, sets the `k_v_s`
variable in the library to be ' ' instead of ''.  This in turn allows the
provider to check for existing values (instead of inserting the value every
time Puppet is run).
2015-08-06 13:56:16 -07:00
..
acceptance Support a space as a key_val_separator 2015-08-06 13:56:16 -07:00
classes introduce create_ini_settings 2015-01-28 22:09:34 +01:00
fixtures introduce create_ini_settings 2015-01-28 22:09:34 +01:00
functions remove dead code 2015-03-23 22:29:22 +01:00
unit/puppet Support a space as a key_val_separator 2015-08-06 13:56:16 -07:00
spec.opts Sync files 2014-06-25 17:23:22 -07:00
spec_helper.rb (FM-161) Add beaker tests for parameter coverage 2014-01-27 10:33:45 -08:00
spec_helper_acceptance.rb Correct the name of the require 2015-06-11 16:49:46 -07:00