Overview

This class is the default implementation for ensuring your WebLogic software has all the required patches installed.

Using hiera, you can customize some of the aspects of this process.

When these customizations aren’t enough, you can replace the class with your own class. See wls_profile::weblogic for an explanation on how to do this.

Attributes

Attribute Name Short Description
list A Hash describing the WebLogic patches you want be installed.

list

A Hash describing the WebLogic patches you want be installed.

Default value is: {} Type: Hash

Back to overview of wls_patches