module-inifile/spec/classes
Hunter Haugen 52bc6f8dfc Remove inifile class, test, and dependency
PR #156 merged a base class called `inifile` that dynamically queried
hiera using explicit `hiera_hash()` functions and required functions
from stdlib.

It is an anti-pattern for component classes to contain hiera
functions (even ones that do not trigger under all circumstances) as
this leads to tight-coupling with hiera data structures. It also
promotes the anti-pattern of declaring resources directly in hiera.

Also, inifile is not going to receive a major version increase for a
while (we hope) and so adding a dependency is not desirable at this
point.

Unfortunately this feedback was missed while reviewing the original PR,
so it has to be reverted.
2016-03-07 11:33:32 -08:00
..
create_ini_settings_test_spec.rb Remove brackets from ini_setting titles to workaround PUP-4709 2016-02-09 08:06:57 +00:00
inherit_test1_spec.rb Add ability to specify a hash of ini_settings and ini_subsettings. 2016-01-06 12:27:21 -05:00