You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the installer has started failing with these errors:
[ERROR 2019-03-20T05:45:35 main] Errors encountered during run:
[ERROR 2019-03-20T05:45:35 main] Evaluation Error: Error while evaluating a Function Call, Lookup of key 'lookup_options' failed: The Lookup Configuration a
t '/tmp/kafo_hiera20190320-5670-iw2i8y/hiera.conf' has wrong type, unrecognized key 'backends'
This can be reproduced trivially using the above hiera.conf without Kafo:
$ puppet apply --hiera_config=/tmp/hiera.conf -e 'notify { lookup('foo'): }'
Error: Evaluation Error: Error while evaluating a Function Call, Lookup of key 'lookup_options' failed:
The Lookup Configuration at '/tmp/hiera.conf' has wrong type, unrecognized key 'backends'
The Lookup Configuration at '/tmp/hiera.conf' has wrong type, unrecognized key 'yaml'
(line: 1, column: 10) on node localhost.
The puppet-kafo module is not used outside of this installer and is quite
simplistic. Therefore move its code into kafo.pp into this installer.
URL: #87
Signed-off-by: Samuli Seppänen <samuli.seppanen@gmail.com>
Recently the installer has started failing with these errors:
The offending hiera.conf looks like this:
The text was updated successfully, but these errors were encountered: