Class: PoiseJavascript::Resources::JavascriptExecute::Resource

Inherits:
Chef::Resource::Execute
  • Object
show all
Includes:
JavascriptCommandMixin
Defined in:
lib/poise_javascript/resources/javascript_execute.rb

Overview

A javascript_execute resource to run Javascript scripts and commands.

Examples:

javascript_execute 'myapp.js' do
  user 'myuser'
end

Since:

  • 1.0.0

Provides:

  • javascript_execute

Actions:

  • run