mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo addres -> address
This commit is contained in:
parent
a7f12a13f0
commit
f8d9f608dd
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ Module for managing JBoss AS 7 through the CLI interface.
|
|||
|
||||
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
|
||||
* controller: the IP address and port of controller, for example: 10.11.12.13:9999
|
||||
* cli_user: username to connect to jboss administration console if necessary
|
||||
* cli_password: password to connect to jboss administration console if necessary
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ returns it as a dictionary so that an execution of an operation can then be veri
|
|||
|
||||
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
|
||||
* controller: the IP address and port of controller, for example: 10.11.12.13:9999
|
||||
* cli_user: username to connect to jboss administration console if necessary
|
||||
* cli_password: password to connect to jboss administration console if necessary
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue