module-inifile/lib/puppet
Dominic Cleal b425fe5a49 Remove brackets from ini_setting titles to workaround PUP-4709
Puppet 4.0 and 4.1 are affected by PUP-4709 which raises duplicate
resource errors when using create_ini_settings(), due to the inclusion
of square brackets in the resource titles.

    Error while evaluating a Function Call, Duplicate
    declaration: Ini_setting[[foo] bar] is already declared; cannot
    redeclare

Removing these from the function allows it to work on these Puppet
versions without error.
2016-02-09 08:06:57 +00:00
..
parser/functions Remove brackets from ini_setting titles to workaround PUP-4709 2016-02-09 08:06:57 +00:00
provider MODULES-2212 - Add use_exact_match parameter for subsettings 2015-07-31 16:11:27 -07:00
type Convert boolean to :true & :false PR #152 2016-01-15 20:47:07 +00:00
util Support a space as a key_val_separator 2015-08-06 13:56:16 -07:00