Class: PoiseApplicationPython::Resources::Gunicorn::Provider
- Inherits:
-
Chef::Provider
- Object
- Chef::Provider
- PoiseApplicationPython::Resources::Gunicorn::Provider
- Includes:
- ServiceMixin
- Defined in:
- lib/poise_application_python/resources/gunicorn.rb
Overview
Instance Method Summary collapse
Instance Method Details
#action_enable ⇒ Object
77 78 79 80 81 82 |
# File 'lib/poise_application_python/resources/gunicorn.rb', line 77 def action_enable do install_gunicorn end super end |