Resource Type: jboss_confignode
- Defined in:
- lib/puppet/type/jboss_confignode.rb
- Providers:
-
jbosscli
Overview
Generic configuration entry for JBoss Application Sever
Properties
-
ensure
Whether a configuration node should be in one of ‘present`, `absent`, `running`, `stopped`, `disabled` or `enabled` state.
Supported values:- stopped
- running
- present
- absent
- enabled
- disabled
- true (alias for: present)
- false (alias for: absent)
-
properties
Additional properties for node
Parameters
-
controller
Domain controller host:port address
-
ctrlpasswd
A password to be used to connect to controller
-
ctrluser
A user name to connect to controller
-
name (namevar)
The name of resource
-
path
The JBoss configuration path to be ensured
-
profile
(defaults to: full)
The JBoss profile name
-
provider
The specific backend to use for this ‘jboss_confignode` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
retry
(defaults to: 3)
Number of retries.
-
retry_timeout
(defaults to: 1)
Retry timeout in seconds
-
runasdomain
(defaults to: true)
Indicate that server is in domain mode
Supported values:- true
- false