Clean up spec for unsupported tests.
Merge pull request #18 from mhaskel/acceptance_test_fixes
Clean up spec for unsupported tests.
Added a default nodeset pointing to centos-65-x64.yml. Removed unsupported FOSS nodesets. Updated nodesets to point at vagrantcloud.com.
Updates for when installing from package
When installing from package or running the service with `$use_init = true`, `$catalina_home` and `$catalina_base` have no affect. Making this more explicit by adding a note in the docs and adding warnings.
Merge pull request #20 from mhaskel/package_installs
Updates for when installing from package
Add the ability to purge exploded WAR directories.
Merge pull request #23 from mhaskel/war_purge
Add the ability to purge exploded WAR directories.
Allow one to set configuration when using tomcat package.
When tomcat is installed from packages (in EL), the scripts that are run to launch tomcat do not source setenv.sh, hence the tomcat::setenv::entry resource becomes useless for this specific case. In order to still be able to control tomcat instances installed from repository, this PR creates a new resource tomcat::config::entry that does exactly the same thing as tomcat::setenv::entry but for default configuration file based on the OS.
Merge pull request #21 from Mylezeem/default_config
Allow one to set configuration when using tomcat package.
Noticed the param name was wrong in the README
Merge pull request #24 from mhaskel/README_fixes
Noticed the param name was wrong in the README
Acceptance tests for puppetlabs-tomcat module
Merge pull request #22 from zreichert/test/master/acceptance_tests
Acceptance tests for puppetlabs-tomcat module
Merge pull request #26 from mhaskel/test-fixes
Fix acceptance test failures
Merge pull request #28 from mhaskel/1.0.x-doc
Updates based on QA feedback.
Update metadata and note about stdlib
Add PE compatibility and add notes in the README for required update of stdlib.
Merge pull request #29 from mhaskel/metadata
Update metadata and note about stdlib