Skip to content

Commit d9192f9

Browse files
committed
Fix README docs for use
1 parent 3356595 commit d9192f9

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,10 @@ class { '::tomcat'
6666
default_webapp_root => 'present'
6767
}
6868
```
69-
You can also just directly use the type `tomcat::install`:
69+
Then you can use the type `tomcat::install`:
7070

7171
```puppet
72-
include tomcat::install
73-
74-
tomcat:: install { 'example.com-tomcat':
72+
tomcat::install { 'example.com-tomcat':
7573
source => 'apache-tomcat-7.0.39.tar.gz',
7674
deploymentdir => '/home/example.com/apps/apache-tomcat',
7775
user => 'example.com',

0 commit comments

Comments
 (0)