puppetlabs-stdlib/lib/puppet
Ryan McKern 93c4151edf (MODULES-905) Narrow the confinement in bool2str
Previously, bool2str() accepted a broad array of boolean values and
bare strings, without any attempt to validate that the strings in any
way resembled "true" or "false" (or any of the other values bool2num()
accepts). This commit narrows the input confinement to TrueClass and
FalseClass, which means that bool2str() will only interpolate
strict boolean values now.
2014-05-15 15:01:14 -07:00
..
parser/functions (MODULES-905) Narrow the confinement in bool2str 2014-05-15 15:01:14 -07:00
provider/file_line (maint) Improve the tests and readability of file_line 2013-08-29 16:27:27 -07:00
type Update file_line resource to support 'after'. 2013-08-29 15:07:29 -07:00