module-inifile/spec
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
..
acceptance Fix acceptance test for removed section 2016-03-01 16:23:06 -08:00
classes Remove inifile class, test, and dependency 2016-03-07 11:33:32 -08:00
fixtures introduce create_ini_settings 2015-01-28 22:09:34 +01:00
functions Adding path to create_ini_settings resources 2015-08-12 18:00:57 -04:00
unit/puppet Remove empty sections after last setting is removed 2016-02-29 14:07:21 -08:00
spec.opts Sync files 2014-06-25 17:23:22 -07:00
spec_helper.rb (FM-4046) Update to current msync configs [006831f] 2016-02-16 16:33:31 +00:00
spec_helper_acceptance.rb Correct the name of the require 2015-06-11 16:49:46 -07:00
spec_helper_local.rb (FM-4049) Update to current msync configs [2c99161] 2016-01-27 14:34:40 +00:00