Resource Type: wildfly_cli
- Defined in:
- lib/puppet/type/wildfly_cli.rb
- Providers:
-
http_api
Overview
Executes JBoss-CLI commmands
Properties
-
executed
(defaults to: true)
Whether the command should be executed or not
Parameters
-
command
The actual commmand to execute
-
host
(defaults to: 127.0.0.1)
Host of Management API. Defaults to 127.0.0.1
-
onlyif
If this parameter is set, then CLI command will only run if this command returns false
-
password
JBoss Management User Password
-
port
(defaults to: 9990)
Management port. Defaults to 9990
-
provider
The specific backend to use for this
wildfly_cli
resource. You will seldom need to specify this --- Puppet will usually discover the appropriate provider for your platform. -
unless
If this parameter is set, then CLI command will only run if this command returns true
-
username
JBoss Management User