mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
fix config format typo in Tomcat module docs
This commit is contained in:
parent
38d4fec056
commit
59bcfe6b74
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user