poise / application_ruby

Development repository for Opscode Cookbook application_ruby
Apache License 2.0
124 stars 153 forks source link

Add a 'host' method to the application_rackup resource #86

Open jereynolds opened 8 years ago

jereynolds commented 8 years ago

rackup on the command line defaults to listening to localhost, which does not allow outside connections. You can pass --host 0.0.0.0 to rackup to allow connections on all interfaces. This PR allows this host flag to be set via the host method on the application_rackup resource

codecov-io commented 8 years ago

Current coverage is 70.12% (diff: 50.00%)

Merging #86 into master will increase coverage by 0.09%

@@             master        #86   diff @@
==========================================
  Files            13         13          
  Lines           307        308     +1   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits            215        216     +1   
  Misses           92         92          
  Partials          0          0          

Powered by Codecov. Last update ef31d25...f7365b8