database::asm patches
Overview
This class contains the definition for the ASM patches. It also contains the definition of the required Opatch version.
When these customizations aren’t enough, you can replace the class with your own class. See ora_profile::database for an explanation on how to do this.
Also check the set of common parameters that is passed to this class.
Attributes
| Attribute Name | Short Description |
|---|---|
| level | The patch level the database or grid infrastructure should be patched to. |
| logoutput | log the outputs of Puppet® exec or not. |
| opversion | The version of OPatch that is needed. |
| patch_file | The file containing the required Opatch version. |
| patch_list | The list of patches to apply. |
level
The patch level the database or grid infrastructure should be patched to.
Default value is: NONE
Valid values depend on your database/grid version, but it should like like below:
OCT2018RUJAN2019RUAPR2019RU- etc… Type:
String[1]
Back to overview of database::asm_patches
patch_file
The file containing the required Opatch version.
The default value is: p6880880_122010_Linux-x86-64 Type: String[1]
Back to overview of database::asm_patches
opversion
The version of OPatch that is needed. If it is not installed, Puppet® will install the specfied version.
The default value is: 12.2.0.1.33
Type: String[1]
Back to overview of database::asm_patches
patch_list
The list of patches to apply.
The default value is : {}
Type: Hash
Back to overview of database::asm_patches
logoutput
log the outputs of Puppet® exec or not.
When you specify true Puppet® will log all output of exec types.
Valid values are:
truefalseon_failure
Type: Variant[Boolean,Enum['on_failure']]
Default:lookup({ name => 'logoutput', default_value => 'on_failure' })
