-
Notifications
You must be signed in to change notification settings - Fork 54
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
peadm::status plan fails #110
Comments
cc: @logicminds |
Yes this was changed in recent bolt version. I'll have to find a better way that works with both versions of bolt. |
logicminds
added a commit
to nwops/puppetlabs-peadm
that referenced
this issue
Aug 4, 2020
* previously when getting data after a task is run, we fetched the result data. However, a newer version of bolt changed the key name to value and broke this code. This fixes that by fetching the newer key name and failing back to the old key name if the value does not exist.
reidmv
added a commit
that referenced
this issue
Aug 4, 2020
Fix #110 - peadm::status plan fails with new bolt version
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
peadm::status plan fails in PE2019.8.0
After examining the line in question, I found that if I replace this code
with
plan works as expected
The text was updated successfully, but these errors were encountered: