Resource Type: jmeter_plugin

Defined in:
lib/puppet/type/jmeter_plugin.rb
Providers:
jmeterplugins

Overview

Manage jmeter plugins.

Properties

  • ensure (defaults to: present)

    Ensure that a plugin is installed or absent. Hope to support specifying version in the future

    Supported values:
    • present
    • absent

Parameters

  • name (namevar)

    Name of the plugin.

    Supported values:
    • %r{^\S+$}
  • provider

    The specific backend to use for this ‘jmeter_plugin` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.