Resource Type: opatch

Defined in:
lib/puppet/type/opatch.rb
Providers:
opatch

Overview

This is the Oracle Patch process called OPatch

Properties

  • ensure

    Whether a patch should be applied.

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

Parameters

  • extracted_patch_dir

    The extracted patch folder.

  • jdk_home_dir

    The JDK home folder.

  • name (namevar)

    The name of the OPatch.

  • oracle_product_home_dir

    The oracle product home folder.

  • orainst_dir

    The orainst folder.

  • os_user

    The weblogic operating system user.

  • patch_id

    The patchId of the OPatch.

  • provider

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