Resource Type: wls_rcu
- Defined in:
- lib/puppet/type/wls_rcu.rb
- Providers:
- 
      
        wls_rcu
 
Overview
This is the Oracle WebLogic RCU ( Repository creation utility) installer type
Properties
- 
      ensure
      
      
      Whether a Repository should be created. Supported values:- present
- absent
- create (alias for: present)
- delete (alias for: absent)
 
Parameters
- 
      check_script
      
      
      The check_script py script for the RCU Repository. 
- 
      jdbc_url
      
      
      The jdbc url for the RCU check. 
- 
      jdk_home_dir
      
      
      The jdk_home_dir. 
- 
      name (namevar)
      
      
      The prefix of the RCU. 
- 
      oracle_home
      
      
      The oracle_home for the WLST location. 
- 
      os_user
      
      
      The weblogic operating system user. 
- 
      provider
      
      
      The specific backend to use for this ‘wls_rcu` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform. 
- 
      statement
      
      
      The RCU statement. 
- 
      sys_password
      
      
      The sys password for the RCU check/install. 
- 
      sys_user
      
      
      The sys user for the RCU check/install.