Resource Type: wls_opatch

Defined in:
lib/puppet/type/wls_opatch.rb
Providers:
prefetching

Overview

This resource allows you to manage opatch patches on a specific middleware home.

wls_opatch

ensure                  => "present",
jdk_home_dir            => "/usr/java/jdk1.7.0_45",
os_user                 => "oracle",
source                  => "/vagrant/p16175470_121200_Generic.zip",

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent

Parameters

  • provider

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