Resource Type: wildfly_restart
- Defined in:
- lib/puppet/type/wildfly_restart.rb
- Providers:
-
http_api
Overview
Manage JBoss restarts.
Properties
-
pending
(defaults to: true)
Whether the restart should be executed or not
Parameters
-
host
(defaults to: 127.0.0.1)
Host of Management API. Defaults to 127.0.0.1
-
name (namevar)
Informational name
-
password
JBoss Management User Password
-
port
(defaults to: 9990)
Management port. Defaults to 9990
-
provider
The specific backend to use for this ‘wildfly_restart` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.
-
reload
(defaults to: false)
Whether the server should only reload instead of restarting.
-
retries
(defaults to: 3)
Number of times it will check if server is running after a restart
-
secure
(defaults to: false)
Use TLS to connect with the management API
-
username
JBoss Management User
-
wait
(defaults to: 10)
Amount of time (in seconds) that it will wait before next attempt