Module: PoisePython::Resources::PythonExecute

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

Defined Under Namespace

Classes: Provider, Resource