module-inifile/spec
Hunter Haugen 072accdb1e (MODULES-3145) Cast values to strings before passing to provider
Puppet gets confused when false values get passed to the provider
because of
https://github.com/puppetlabs/puppet/blob/4.4.0/lib/puppet/property.rb#L247-L248
so lets just cast them all to strings; ini files are untyped anyway.
2016-03-17 15:39:58 -07:00
..
acceptance Fix acceptance test for removed section 2016-03-01 16:23:06 -08:00
classes Remove inifile class, test, and dependency 2016-03-07 11:33:32 -08:00
fixtures introduce create_ini_settings 2015-01-28 22:09:34 +01:00
functions Adding path to create_ini_settings resources 2015-08-12 18:00:57 -04:00
unit/puppet (MODULES-3145) Cast values to strings before passing to provider 2016-03-17 15:39:58 -07:00
spec.opts Sync files 2014-06-25 17:23:22 -07:00
spec_helper.rb (FM-4046) Update to current msync configs [006831f] 2016-02-16 16:33:31 +00:00
spec_helper_acceptance.rb Correct the name of the require 2015-06-11 16:49:46 -07:00
spec_helper_local.rb (FM-4049) Update to current msync configs [2c99161] 2016-01-27 14:34:40 +00:00