Skip to content

Spredzy/puppet-tomcat7

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

puppet-tomcat7 Build Status

A puppet module that installs the Tomcat Java Servlet Container

About

This module installs Tomcat 7 from your package system.

On Entreprise Linux based system, packages are retrieved from JPackage repositories.

Usage

Simplest form

inlcude tomcat7

If you have parameters you wan to specify

class {'tomcat7':
  java_opts => '-Djava.awt.headless=true -Xmx128m -XX:+UseConcMarkSweepGC',
  lang => 'fr_FR',
  tomcat_user => my_tomcat_user',
}

Tests

It has been tested on

  • CentOS 6.3
  • Debian 6

About

A puppet module that install tomcat7

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors