Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 864015e

Browse files
committed
Update README.md
Attributes was clean
1 parent aba8cf3 commit 864015e

File tree

1 file changed

+15
-8
lines changed

1 file changed

+15
-8
lines changed

README.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,22 @@ The `tomcat` sub-resource LWRP configures Tomcat to run the application by creat
6363
Attributes
6464
==========
6565

66-
strategy: required to be one of
67-
:java_remote_file allows downloading from a remote http url
68-
:java_local_file allows using a package on the filesystem
69-
path: the target location for the application distribution. This should be outside of the tomcat deployment tree.
70-
repository:
71-
- java_remote_file uses repository as the remote URL
72-
- java_local_file uses repository as the source file location on the disk
73-
revision: name of the war file on disk, should change with each new version
66+
strategy
67+
--------
7468

69+
required to be one of:
70+
* java_remote_file allows downloading from a remote http url
71+
* java_local_file allows using a package on the filesystem
72+
73+
path
74+
----
75+
76+
The target location for the application distribution. This should be outside of the tomcat deployment tree.
77+
78+
* repository:
79+
* java_remote_file uses repository as the remote URL
80+
* java_local_file uses repository as the source file location on the disk
81+
* revision: name of the war file on disk, should change with each new version
7582

7683
Usage
7784
=====

0 commit comments

Comments
 (0)