Merge pull request #23601 from basepi/jboss.version.added

Add versionadded for jboss module/state
This commit is contained in:
Colton Myers 2015-05-12 11:22:59 -06:00
commit e73071dbdf
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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: