-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error when installing: Do not leave the Address field blank #5
Comments
Hey @kpaulisse Yep you are correct that a new variable needs to go into the response file, currently looking at what that might be. |
The command exits with status 1, which in our tooling causes Puppet to indicate that provisioning has failed. Poking around a bit, it seems that "consoleAddress" and "sharedSecret" are the two parameters that we need to set in there, but I could not find documentation on what these do. I tried setting consoleAddress to
I'm not sure if it's because of an apparent typo in "EngineConsoleTestunuccessful" or more likely if this is because it's trying to test communication between services that haven't been registered yet or started up. Maybe there's a boolean flag that we can set to disable this connectivity test during an unattended install? |
Hmm interesting... can you provide the Puppet code? redacting any sensitive info |
I just added this to the end of the
|
Hi @helenes-r7 |
Hi! I am facing the same issue. Any help with this one?
|
Hi @rrupesh, First time I see that error. Can you post the Puppet agent output and possibly the Puppet code you're using to reference the module? @chunyong-lin |
I'm trying to use this module to set up nexpose and when I run it I get this message:
The installation fails. Is there a new variable that needs to go into the response file that has not yet made it into the template in this repo?
The text was updated successfully, but these errors were encountered: