Created attachment 902353 [details] Patch to fix typo Description of problem: /etc/hiera.yaml shipped with hiera-1.0.0-3.el6 contains a typo: the ":backend:" option should be ":backends:". As is, hiera is (silently) ignoring the value of that option and always using the yaml backend. Version-Release number of selected component (if applicable): 1.0.0-3 Steps to Reproduce: 1. Install hiera, edit /etc/hiera.yaml and change "yaml" under ":backend:" to "foo" 2. Run "hiera bar" Actual results: No warnings. Expected results: A warning saying "Cannot load backend foo" Additional info: Right now EPEL doesn't have any packages for backends other than YAML, so this is not a big deal if not using third-party packages / gems.
hiera-1.0.0-4.el6 has been submitted as an update for Fedora EPEL 6. https://admin.fedoraproject.org/updates/hiera-1.0.0-4.el6
Package hiera-1.0.0-4.el6: * should fix your issue, * was pushed to the Fedora EPEL 6 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=epel-testing hiera-1.0.0-4.el6' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-EPEL-2014-1628/hiera-1.0.0-4.el6 then log in and leave karma (feedback).
hiera-1.0.0-4.el6 has been pushed to the Fedora EPEL 6 stable repository. If problems still persist, please make note of it in this bug report.