mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 17:09:03 +00:00
Merge pull request #23601 from basepi/jboss.version.added
Add versionadded for jboss module/state
This commit is contained in:
commit
e73071dbdf
@ -2,6 +2,8 @@
|
||||
'''
|
||||
Module for managing JBoss AS 7 through the CLI interface.
|
||||
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
In order to run each function, jboss_config dictionary with the following properties must be passed:
|
||||
* cli_path: the path to jboss-cli script, for example: '/opt/jboss/jboss-7.0/bin/jboss-cli.sh'
|
||||
* controller: the ip addres and port of controller, for example: 10.11.12.13:9999
|
||||
|
@ -2,6 +2,8 @@
|
||||
'''
|
||||
Manage JBoss 7 Application Server via CLI interface
|
||||
|
||||
.. versionadded:: 2015.5.0
|
||||
|
||||
This state uses jboss-cli.sh script from JBoss installation and parses its output to determine execution result.
|
||||
|
||||
In order to run each state, jboss_config dictionary with the following properties must be passed:
|
||||
|
Loading…
Reference in New Issue
Block a user