-
Notifications
You must be signed in to change notification settings - Fork 17
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
node_list doesn't work as intended #62
Comments
@JoshuaSmeda was that an issue that only happend in the specific docker container or could you reproduce this in the ubuntu container as well? I'm not able to reproduce this locally with the |
Also where is |
Hi @bastelfreak. This issue was specifically happening when using the Puppetlabs Docker image. Nothing interesting stood out in the trace / debug logs that would indicate the problem. I've instead built my own flavor on Ubuntu Jammy Jellyfish , in the same fashion the Puppetlabs container was configured and I don't run into the issue anymore. AFAIK, I'm not sure if it warrants a README.md write-up? If someone else runs into this issue, I'm sure they'll find it under the project's issue without hassle, and instead opt just to bake their own image if they run into a similar issue or spend the effort in debugging. |
When using
--node_list
with more than 1 host (that is valid, and exists in the PuppetDB). The following error gets returned:I've obscured the hostnames.
Command:
Error:
The issue doesn't present itself, when one node is provided in the
--node_list
option.If using
fact-search
, everything works correctly. But I have to use--node_search
based on my requirements since I want to compile against a number of nodes instead of all nodes with a specific fact.Any ideas on what the issue could be?
The text was updated successfully, but these errors were encountered: