Henrik Lindberg
Henrik Lindberg
What is the state of this issue? The features linked to above are included since PDB 2.0.0.
I checked with PyYaml and it also detects and errors on faulty indentation - isn't it also using libyaml? Perhaps worth looking at how it arrives at the indentation being...
is this still an issue with Puppet 4.9.4 ? Asking because it has integrated support for eyaml (although you still need the gem).
Excellent news, thanks for the detective work @flaf !
There is a similar problem when the yaml file does not parse ok. For example: ``` henrik$ lookup mykey --explain Error: yaml: line 2: found unexpected end of stream &{0xc0000bc0c0}...
See nothing wrong with current naming, and change would break compatibility. Suggest closing this ticket (to save the next person some time when looking through the backlog).
@davealden and @jsok - If you need help with review of the code, or need any help regarding hiera 5, please ping me.
I commented on DOCUMENT-584. The gist of that post is that the rule should be "semicolon separated multiple resource bodies should only be used in conjunction with a local default...
Just tested and this works with the now current version. This ticket can be closed.
The sample uses syntax that is no longer supported in Puppet (from 3.4) - the correct (and final) way of writing your example is: $client_list.each | $cl | { $db_name...