mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +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 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue