module-inifile/lib/puppet/provider
Richard Clamp b0c8d5c34a allow for the namevar construction
The default type would always have a section as part of its namevar, but if
you're inheriting from ini_setting you may be modelling a flat file with no
sections.

This pushes the formation of the namevar from the section_name and setting into
a method, then demonstrates overriding it so that inherited_ini_setting can just
be

   inherited_ini_file { 'setting':
     value => '12',
   }

and continue to be purgable.
2013-07-16 10:18:15 +01:00
..
ini_setting allow for the namevar construction 2013-07-16 10:18:15 +01:00
ini_subsetting Added 'ini_subsetting' custom resource type 2013-03-25 11:34:37 +01:00