Version information
released May 2nd 2014
This version is compatible with:
- Puppet Enterprise 3.2.x
- Puppet 3.x
Start using this module
Add this module to your Puppetfile:
mod 'ericsysmin-tomcat', '0.2.0'
Learn more about managing modules with a PuppetfileDocumentation
ericsysmin/tomcat — version 0.2.0 May 2nd 2014
#ericsysmin-tomcat
##Description
This module is to configure and install Tomcat on Ubuntu servers
##How to use:
###How to configure and install Tomcat
class { 'tomcat':
version => '6',
java_home => '/usr/lib/jvm/java-6-oracle',
java_opts => [
'-Xms1g',
'-Xmx1g',
'-XX:+UseConcMarkSweepGC',
'-XX:NewRatio=3'
]
}