Resource Type: jdbcresource
- Defined in:
- lib/puppet/type/jdbcresource.rb
- Providers:
-
asadmin
Overview
Manage JDBC resources of Glassfish domains
Properties
-
ensure
(defaults to: present)
The basic property that the resource should be in.
Supported values:- present
- absent
Parameters
-
asadminuser
(defaults to: admin)
The internal Glassfish user asadmin uses. Default: admin
-
connectionpool
The JDBC connection pool name
-
name (namevar)
The JDBC resource name.
-
passwordfile
The file containing the password for the user.
-
portbase
(defaults to: 4800)
The Glassfish domain port base. Default: 4800
-
provider
The specific backend to use for this ‘jdbcresource` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
target
(defaults to: server)
This option helps specify the target to which you are deploying. Valid options are: server, domain, [cluster name], [instance name]. Defaults to: server
-
user
The user to run the command as.