support::files
Overview
Support class ensuring neccecary files.
Experience the Power of Puppet for WebLogic
If you want to play and experiment with Puppet and WebLogic, please take a look at our playgrounds. At our playgrounds, we provide you with a pre-installed environment, where you experiment fast and easy.

Attributes
Attribute Name | Short Description |
---|---|
custom_trust | Determine if you want to use a custom trust or not. |
jsse_enabled | Determine if you want to enable JSSE security. |
node_mgr_address | |
node_mgr_path | |
node_mgr_port | |
ora_group | |
ora_inventory | |
ora_user | |
os_domain | |
os_domain_path | |
os_domain_type | |
os_download_folder | |
os_log_folder | |
os_mdw_home | |
os_oracle_home | |
os_wl_home | |
trust_keystore_file | File specificiation of the trust keystore. |
trust_keystore_passphrase | Passphrase to use for the trust keystore. |
wls_adminserver | |
wls_password | |
wls_user |
os_oracle_home
A directory to be used as Oracle home directory for this software. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_oracle_home
Back to overview of support::files
ora_inventory
The Oracle inventory directory. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::ora_inventory
Back to overview of support::files
os_domain_type
A domain type to be used for this software. Type: String[1]
Default:$wls_install::support::params::os_domain_type
Back to overview of support::files
os_log_folder
A logging directory to be used on this os. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_log_folder
Back to overview of support::files
os_download_folder
A download directory to be used on this os. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_download_folder
Back to overview of support::files
os_mdw_home
A middlware home directory to be used on this os. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_mdw_home
Back to overview of support::files
os_wl_home
A WebLogic home directory to be used on this os. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_wl_home
Back to overview of support::files
ora_user
The Oracle user. Type: String[1]
Default:$wls_install::support::params::ora_user
Back to overview of support::files
ora_group
The Oracle user group. Type: String[1]
Default:$wls_install::support::params::ora_group
Back to overview of support::files
os_domain
A domain to be used on this os. Type: String[1]
Default:$wls_install::support::params::os_domain
Back to overview of support::files
os_domain_path
A domain path to be used on this os. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::os_domain_path
Back to overview of support::files
node_mgr_path
The nodemanager path. Type: Stdlib::Absolutepath
Default:$wls_install::support::params::node_mgr_path
Back to overview of support::files
node_mgr_port
The nodemanager port. Type: Integer
Default:$wls_install::support::params::node_mgr_port
Back to overview of support::files
node_mgr_address
The nodemanager address. Type: String[1]
Default:$wls_install::support::params::node_mgr_address
Back to overview of support::files
wls_user
The WebLogic user. Type: String[1]
Default:$wls_install::support::params::wls_user
Back to overview of support::files
wls_password
The WebLogic users password. Type: Easy_type::Password
Default:$wls_install::support::params::wls_password
Back to overview of support::files
wls_adminserver
The WebLogic adminserver. Type: String[1]
Default:$wls_install::support::params::wls_adminserver
Back to overview of support::files
jsse_enabled
Determine if you want to enable JSSE security.
Type: Boolean
Default:$wls_install::support::params::jsse_enabled
Back to overview of support::files
custom_trust
Determine if you want to use a custom trust or not.
Type: Boolean
Default:false
Back to overview of support::files
trust_keystore_file
File specificiation of the trust keystore.
Type: Optional[String[1]]
Default:undef
Back to overview of support::files
trust_keystore_passphrase
Passphrase to use for the trust keystore.
Type: Optional[Easy_type::Password]
Default:undef