-
-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
incompatible changes in version 2.2.0 #161
Comments
I've run in to the same issue. It can be worked around by specifying the order of the backends.
|
mmckinst
added a commit
to mmckinst/puppet-hiera
that referenced
this issue
Oct 13, 2016
older versions of this module had eyaml listed as the first backend. people who use eyaml need eyaml as the first back end, otherwise the encrypted valued will be read in as plan yaml and never decrypted. ref voxpupuli#161
mmckinst
added a commit
to mmckinst/puppet-hiera
that referenced
this issue
Oct 13, 2016
older versions of this module had eyaml listed as the first backend. people who use eyaml need eyaml as the first back end, otherwise the encrypted valued will be read in as plain yaml and never decrypted. ref voxpupuli#161
What about missing spaces? Patch doesn't seem to address that |
it will be parsed the same regardless of the spaces |
But it will cause unnecessary server restart as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After upgrading module to version 2.2.0 order of the configured backends has changed
version 2.1.2:
version 2.2.0:
Also, notice lack of spaces before the array
Changing order of the backends can lead to unexpected results (as it was in my case)
The text was updated successfully, but these errors were encountered: