Resource Type: domain
- Defined in:
- lib/puppet/type/domain.rb
- Providers:
-
asadmin
Overview
Manage 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
-
domainname (namevar)
The Glassfish domain name.
-
enablesecureadmin
(defaults to: true)
Should secure admin be enabled. Default: true
Supported values:- true
- false
-
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 ‘domain` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
startoncreate
(defaults to: true)
Start the domain immediately after it is created. Default: true
Supported values:- true
- false
-
template
Path to Glassfish template to use when creating the domain
-
user
The user to run the command as.