Class: PoisePython::Resources::PythonExecute::Resource

Inherits:
Chef::Resource::Execute
  • Object
show all
Includes:
PythonCommandMixin
Defined in:
lib/poise_python/resources/python_execute.rb

Overview

A python_execute resource to run Python scripts and commands.

Examples:

python_execute 'myapp.py' do
  user 'myuser'
end

Since:

  • 1.0.0

Provides:

  • python_execute

Actions:

  • run