- Bugfix:
interpolate: false
inhiera.yaml
had no effect due the way theinterpolate
option was evaluated, meaning hiera-side interpolation could not be disabled. https://github.com/crayfishx/puppet-jerakia/pull/5
- Bugfix: Backend now returns
context.not_found
instead ofnil
when a lookup returns no data. - Feature: By default the module will now use Puppets interpolate feature when doing lookups. This negates the need to use the
strsub
output filter. This can be disabled by using the optioninterpolate: false
inhiera.yaml
- Added the Hiera 5 data provider function See docs
- Added
package_install_options
andpackage_uninstall_options
attributes
- Added logfile_mode parameter
- Added schema and plugin options to jerakia.yaml
- Remove fully qualified contain statements for Puppet 3.6 compatibility (PUP-1597)
- No functional changes, metadata improvements for Puppet Forge