-
-
Notifications
You must be signed in to change notification settings - Fork 883
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
"You cannot collect exported resources without storeconfigs being set" at manifests/resource/upstream.pp:89:5 #720
Comments
I assume I'm hitting the same issue when I see:
Although I have passed in an array of members to $members, this warning is emitted anyway, although the collection statement is inside an else block that isn't applied. A solution for this issue is proposed in here. |
got the same error, any idea how to fix? |
Did the link I proposed above not help for you? |
I dont understand the link, I just added to the script, and expected it to produce upstream config for nginx. |
Can someone test the fix proposed in #832? |
Somehow, my problem solved itself when l left it alone long enough and did alot of other development. When I returned to the nginx config, everything was working as excpected even that the nginx code was unchanged. Must have been something about my whole module setup. Unfortunately I cant verify the fix above in my current setup. |
Just to be clear, I can verify that the test does in fact kill the warning message in puppet apply mode when no upstream members are there to be gathered -- that's to say, in the case where there's nothing to be collected, the warning no longer fires. What I can't test is whether in the case that there is something to be collected that it either does the collection or throws the warning that storeconfigs isn't set up, because I have no puppet master and don't use collected upstreams. |
Hello.
When I start my puppet script to create a virtual machine, I get the error message above. I feed your module with the following configuration:
Yes, the YAML syntax derived from a generated template of PuPHPet (https://puphpet.com). I still think the configuration is valid as the other modules in your project work perfectly. The error messages mentions location.pp explicitly.
This error does not keep me from creating my machine and makes this a low-priority issue.
The text was updated successfully, but these errors were encountered: