Add versionadded for jboss module/state

This commit is contained in:
Colton Myers 2015-05-12 11:22:34 -06:00
parent 9beb7bc529
commit 0174c8fe58
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: