Currently depending on my fork of staging, PR open against nanliu/staging.
Add tomcat::service to manage service with jsvc.
Add compile_jsvc example since we don't want the actual module to handle compilation.
Starting to play around with config, as augeas experiments didn't work.
May want to add lenses/augeas at some point in the future.
Update install and service to support installation from service.
Config moved to branch for future development.
First pass at configuration for server.xml. Still having template com…
…pilation issues, will attack in the morning.
Seems to be able to manage multiple tomcat instances!
Needs basic unit testing and class docs.
Convert configuration to use augeas instead of terrible hashes.
Start to throw a couple of unit tests together.
Add class/define docs and some lint cleanup.
Add the README even though it's still *really* rough.
Unit tests for Tomcat install.
Run transpec to convert to RSpec3.
Added define/tests to manage Engine elements.
Add define for Host element in server.conf.
Validate that additional_attributes is a hash.
Move tomcat::install to tomcat::instance.
Update service to use $CATALINA_BASE/bin/catalina.sh by default.
Also add the ability to pass $start and $stop commands to the service.
Clean up default/jsvc examples.
Add an example for multiple instances.
Fix name conflict in war.pp, and update multiple_instances example to
work better.
Start throwing some tests together, but things are going to be broken
until a new version of staging is released.
Use the correct version of nanliu-staging, and add acceptance tests.
Solaris doesn't work, so lets fail fast.
Trying to add tests exercising the jsvc pieces.
Working on Deb/Ubuntu support, still WIP.
Fixed issue with undef quote_char in the template for
tomcat::setenv::entry. Also renamed $parameter to $param to avoid a warning, and updated the test to work for ubuntu 1404 at least.
Fixes tests/module/etc on ubuntu 14.04. Need to add some unit
tests/docs/example updates.
Updated to fail with augeas < 1.0.0.
Also, updated tests to work with PE / deploy tomcat to 8082 instead of 8080.
Fill out README template with Tomcat info and examples. List and explain all public classes/defined types and their parameters.
Fix lint failures and prep for release.
Merge pull request #5 from mhaskel/lint
Fix lint failures and prep for release.