Bugfixes:
- Return
nil
instead offalse
for unfound attributes. This basically made previous releases unusable asfalse
is returned instead of the default supplied as the second parameter to thehiera
function.
Features:
- Add rake tasks to run separate rspec tasks with different hiera_config settings. This works around the difficulty changing hiera_config.
- Set up for Travis CI testing.
- Remove fixture symlink; causes module to be not installable.
- Initial release.