Resource Type: npm_module

Defined in:
lib/puppet/type/npm_module.rb
Providers:
npm

Overview

“”

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
    • installed (alias for: present)
    • uninstalled (alias for: absent)

Parameters

  • module
  • name (namevar)
  • node_version
  • provider

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

  • version (defaults to: >= 0)