Resource Type: jdbcconnectionpool
- Defined in:
- lib/puppet/type/jdbcconnectionpool.rb
- Providers:
-
asadmin
Overview
Manage JDBC connection pools 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
-
dsclassname
The data source class name. Ex. com.mysql.jdbc.jdbc2.optional.MysqlConnectionPoolDataSource
-
name (namevar)
The JDBC connection pool name.
-
passwordfile
The file containing the password for the user.
-
portbase
(defaults to: 4800)
The Glassfish domain port base. Default: 4800
-
properties
The properties. Ex. user=myuser:password=mypass:url=jdbc:mysql://myhost.ex.com:3306/mydatabase
-
provider
The specific backend to use for this ‘jdbcconnectionpool` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
resourcetype
The resource type. Ex. javax.sql.ConnectionPoolDataSource
-
user
The user to run the command as.