module-inifile/lib/puppet/type
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
..
ini_setting.rb (MODULES-3145) Cast values to strings before passing to provider 2016-03-17 15:39:58 -07:00
ini_subsetting.rb Convert boolean to :true & :false PR #152 2016-01-15 20:47:07 +00:00