We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried getting puppet-forge-server to bind to another IP, without any luck.
I tried:
--bind-host 127.0.0.1
--bind 127.0.0.1
-b 127.0.0.1
-b 172.17.0.1
I could not find the issue since the calls in option_parser.rb seem to be exactly the same ones as just above for port. Those work.
option_parser.rb
port
The text was updated successfully, but these errors were encountered:
You can also see the bindings not being appliyed in the logs provided in #57.
Sorry, something went wrong.
Hi,
Thanks for letting me know! I'll have a look as soon as I have some free time.
Thanks to @dpattmann for fixing it!
No branches or pull requests
I tried getting puppet-forge-server to bind to another IP, without any luck.
I tried:
--bind-host 127.0.0.1
(as I found old references to that)--bind 127.0.0.1
-b 127.0.0.1
-b 172.17.0.1
(for Docker)I could not find the issue since the calls in
option_parser.rb
seem to be exactly the same ones as just above forport
. Those work.The text was updated successfully, but these errors were encountered: