module-inifile/lib
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
..
puppet (MODULES-3145) Cast values to strings before passing to provider 2016-03-17 15:39:58 -07:00