add tomcat::config::context::environment
Define let's you add environment entries to the context.xml in catalina_base.
Merge pull request #138 from puppetlabs/update-msync
Update to newest modulesync_configs [9ca280f]
fix MODULES-3353 by making sure the Resource name is defined first
Merge pull request #137 from juame/feature_context_env-entries
add tomcat::config::context::environment
chenged user and group for the extract resource
$catalina_home gets created with $user:$group as the owner. But, extraction is happening with the default/hiera user and group ($::tomcat::group and $::tomcat::user). If these are not the same or can't access to each other's files, extraction will fail with permission issues.
Merge pull request #147 from sacchettom/patch-1
changed user and group for the extract resource
Merge pull request #142 from aaron-miller/feature_context_manager
Feature: Add the ability to configure manager elements in context.xml
use subset of tests for travis, decrease runtime
Merge pull request #151 from tphoney/travis_test_subset
use subset of tests for travis, decrease runtime
Merge pull request #152 from ahharu/hotfix/update_staging_dependency
Update nanliu-staging to puppet-staging since it has been absorbed
fixreadme tests, as tomcat versions incremented
Merge pull request #154 from tphoney/fix_readme_test
fixreadme tests, as tomcat versions incremented
MODULES-3436 export prefix in sysconfig/tomcat does not work (#149)
* Feature: Add the ability to configure manager elements in context.xml via new type * Tomcat does not understand 'export @variable' when it is used with /etc/sysconfig/tomcat * Tested changes on RHEL7 | tomcat7 package * Updating readme to reflect changes https://tickets.puppetlabs.com/browse/MODULES-3436
{maint} modulesync 0794b2c (#155)
* {maint} modulesync 0794b2c
* Update .travis.yml
* Update .sync.ymlMerge pull request #156 from DavidS/modulesync
(MODULES-3581) modulesync [067d08a]
Merge pull request #157 from hunner/user_roles
(MODULES-3467) Add doc for roles with user element
Add owner/group parameters to tomcat_users.pp
This allows setting the owner and group of the created user database correctly when running multiple Tomcat instances with separate users.
Merge pull request #158 from ace13/patch-1
Add owner/group to tomcat_users.pp
Merge pull request #150 from fherbert/MODULES-3458
Feature: MODULES-3458 - Support nesting valve under parent context
(MODULES-3742) define _class_name in all cases
* added test for tomcat::config::server::service with strict vars * add $_class_name as undef in else with strict vars enable: Evaluation Error: Unknown variable: '_class_name'. at added also a unit test: before this commit STRICT_VARIABLES="yes" failed
Merge pull request #162 from puppetlabs/modulesync
Update modulesync_config [a3fe424]
Merge pull request #164 from hunner/fix_master_nss
Update nss for java 1.7.0_111 on RedHat platforms
(MODULES-3713) Allow catalina_home and catalina_base to be unmanaged
This also includes the ability for the legacy deployment style (that declares tomcat::instance resources but no tomcat::installs from which to create the instances) and considereds the base and home to be identical, since they are undifferentiated in the legacy deployments.
Merge pull request #166 from hunner/mod_3713
(MODULES-3713) Allow catalina_home and catalina_base to be unmanaged
Merge pull request #143 from jimethn/master
fix MODULES-3353 by making sure the Resource name is defined first
(FM-5578) Allow for strict umasks
If root has a strict umask, the tomcat module should still be able to read the tarballs from the staging directory as the tomcat user with this fix.
Merge pull request #167 from hunner/yeah
Release 1.6.0, FM-5578, & MODULES-3353