fix config format typo in Tomcat module docs

This commit is contained in:
Tim O'Guin 2014-12-31 09:09:48 -06:00
parent 38d4fec056
commit 59bcfe6b74

View File

@ -16,14 +16,14 @@ The following grains/pillar should be set:
tomcat-manager:
user: <username>
password: <passwd>
passwd: <password>
or the old format:
.. code-block:: yaml
tomcat-manager.user: <username>
tomcat-manager.password: <passwd>
tomcat-manager.passwd: <password>
Also configure a user in the conf/tomcat-users.xml file: