Class: PoiseApplicationPython::Resources::Gunicorn::Provider

Inherits:
Chef::Provider
  • Object
show all
Includes:
ServiceMixin
Defined in:
lib/poise_application_python/resources/gunicorn.rb

Overview

Since:

  • 4.0.0

Instance Method Summary collapse

Instance Method Details

#action_enableObject

Since:

  • 4.0.0



77
78
79
80
81
82
# File 'lib/poise_application_python/resources/gunicorn.rb', line 77

def action_enable
  notifying_block do
    install_gunicorn
  end
  super
end