crayfishx / hiera-gpg

GPG Backend to HIera
http://github.com/crayfishx/hiera-gpg
Other
101 stars 25 forks source link

warn on yaml parser errors #31

Open asquelt opened 11 years ago

asquelt commented 11 years ago

if encoded yaml is not a valid yaml, we should issue a warning. currently, it just skips over it and possibly returns empty answer, or data from more specific key in hierarchy. this might be misleading, as there is no feedback about parse errors.