Class: PoiseApplicationPython::Resources::Gunicorn::Resource
- Inherits:
-
Chef::Resource
- Object
- Chef::Resource
- PoiseApplicationPython::Resources::Gunicorn::Resource
- Includes:
- ServiceMixin
- Defined in:
- lib/poise_application_python/resources/gunicorn.rb
Overview
Instance Method Summary collapse
-
#port(val)
Helper to set #bind with just a port number.
Instance Method Details
#port(val)
This method returns an undefined value.
Helper to set #bind with just a port number.
45 46 47 |
# File 'lib/poise_application_python/resources/gunicorn.rb', line 45 def port(val) bind("0.0.0.0:#{val}") end |