Update tomcat.py

adjust the description for sphinx
This commit is contained in:
中国SaltStack用户组(China SaltStack User Group) 2013-10-10 22:53:17 +08:00
parent ae46041b1b
commit 39597e7f05

View File

@ -461,6 +461,7 @@ def deploy_war(war,
CLI Examples:
cp module
.. code-block:: bash
salt '*' tomcat.deploy_war salt://application.war /api
@ -468,6 +469,7 @@ def deploy_war(war,
salt '*' tomcat.deploy_war salt://application.war /api yes http://localhost:8080/manager
minion local file system
.. code-block:: bash
salt '*' tomcat.deploy_war /tmp/application.war /api