Module: PoiseApplicationPython::Resources::PythonExecute

Defined in:
lib/poise_application_python/resources/python_execute.rb

Overview

An application_python_execute resource to run Python commands inside an Application cookbook deployment.

Examples:

application '/srv/myapp' do
  python_execute 'setup.py install'
end

Since:

  • 4.0.0

Defined Under Namespace

Classes: Provider, Resource