jamtur01 / puppet-rundeck

Puppet integration with RunDeck
Apache License 2.0
45 stars 16 forks source link

Puppet-rundeck listens only for localhost with sinatra gem v 1.4.2 #19

Open tdelphi opened 10 years ago

tdelphi commented 10 years ago

F.e. example: curl localhost:8144 works

But: curl ipaddress:8144 don't

Also curl hostname:8144 does not work either

The reason, is well described here: http://stackoverflow.com/questions/15685528/cannot-access-local-sinatra-server-from-another-computer-on-same-network

Workaround: Although if sinatra 1.4.2 gem will be removed and replaced with sinatra 1.3.6, it will start to respond.

Any chance it will be 'fixed' in puppet-rundeck? (via config or command-line argument)?