nodemanagerautostart
Overview
This defined type allows you to add the nodemanager startup scripts to the system. Here is an example on how you could use this:
ora_install::support::nodemanagerautostart{"autostart ${wlsDomainName}":
version => 1212,
wl_home => '/opt/oracle/middleware12c/wlserver',
user => 'oracle',
domain => 'Wls1212',
domain_path => '/opt/oracle/middleware12c/user_projects/domains/Wls1212'
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. |
domain | Domain name. |
domain_path | Path where the domain inforrmation is stored. |
jsse_enabled | Determine if you want to enable JSSE security. |
log_dir | Directory to use for logging. |
systemd_script_location | Location to put the systemd script. |
trust_keystore_file | File specificiation of the trust keystore. |
trust_keystore_passphrase | Passphrase to use for the trust keystore. |
user | The user used for the specified installation. |
version | The version that is installed in the used Oracle home. |
wl_home | WebLogic home directory. |
version
The version that is installed in the used Oracle home.
Puppet uses this value to decide on version specific actions.
Back to overview of nodemanagerautostart
wl_home
WebLogic home directory.
Back to overview of nodemanagerautostart
user
The user used for the specified installation. The install class will not create the user for you. You must do that yourself.
The default value is: oracle
Back to overview of nodemanagerautostart
domain
Domain name.
Back to overview of nodemanagerautostart
domain_path
Path where the domain inforrmation is stored.
Back to overview of nodemanagerautostart
log_dir
Directory to use for logging.
Back to overview of nodemanagerautostart
jsse_enabled
Determine if you want to enable JSSE security.
Back to overview of nodemanagerautostart
custom_trust
Determine if you want to use a custom trust or not.
Back to overview of nodemanagerautostart
trust_keystore_file
File specificiation of the trust keystore.
Back to overview of nodemanagerautostart
trust_keystore_passphrase
Passphrase to use for the trust keystore.
Back to overview of nodemanagerautostart
systemd_script_location
Location to put the systemd script.