module-inifile/spec/unit/puppet/provider/ini_setting
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
..
inheritance_spec.rb allow for the namevar construction 2013-07-16 10:18:15 +01:00
ruby_spec.rb Allow empty values 2013-07-10 10:26:37 -05:00