Skip to content
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

Only ever binds to 0.0.0.0 regardless of CLI settings #59

Closed
GhostLyrics opened this issue Dec 26, 2016 · 3 comments
Closed

Only ever binds to 0.0.0.0 regardless of CLI settings #59

GhostLyrics opened this issue Dec 26, 2016 · 3 comments

Comments

@GhostLyrics
Copy link

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)
  • this was on Ubuntu 14.04 but for good measure I spun up a CentOS 7.3 instance which had the same issue.

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.

@GhostLyrics
Copy link
Author

You can also see the bindings not being appliyed in the logs provided in #57.

@i11
Copy link
Contributor

i11 commented Dec 27, 2016

Hi,

Thanks for letting me know! I'll have a look as soon as I have some free time.

@i11
Copy link
Contributor

i11 commented May 22, 2017

Thanks to @dpattmann for fixing it!

@i11 i11 closed this as completed May 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants