kindredgroup / puppet-forge-server

Private Puppet forge server supports local files and both v1 and v3 API proxies
69 stars 44 forks source link

Only ever binds to 0.0.0.0 regardless of CLI settings #59

Closed GhostLyrics closed 7 years ago

GhostLyrics commented 7 years ago

I tried getting puppet-forge-server to bind to another IP, without any luck.

I tried:

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 commented 7 years ago

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

i11 commented 7 years ago

Hi,

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

i11 commented 7 years ago

Thanks to @dpattmann for fixing it!