Merge pull request #257 from pmcmaw/upadate_debian
Removing Debian 6 and adding Debian 9
Merge pull request #259 from puppetlabs/release
(FM-6381) 2.1.0 release merge back
MODULES-5805: Fix for spaces in context elements
* Add an acceptance test that fails using existing code. * Change quoting in context environment. * Update affected spec tests.
Merge pull request #261 from CrantorConsulting/kpietri_augeasspace
MODULES-5805: Fix for spaces in context elements
Add flexibility to directory management in tomcat::instance
Some Tomcat installations have non-standard directory layouts under $catalina_base. Allow disabling $catalina_base sub-directories entirely via $manage_dirs Allow configuration of which $catalina_base sub-directories are managed vi $dir_list (array) Allow configuration of the mode for $catalina_base sub-directories. Retain all defaults (dir_list and mode set in tomcat::params)
Add flexibility to copy_from_home
- allow disabling the copy altogether - allow changing the file mode - allow override of file list (update variable name)
Merge pull request #218 from esalberg/copyhome
Add flexibility to copy_from_home
Merge pull request #217 from esalberg/managedirs
Add flexibility to directory management in tomcat::instance
This will be readded when work is carried out to make Debian 9 compatible with the code base.
Merge pull request #263 from pmcmaw/rm_d9
(maint) - Removing Debian 9
Merge pull request #262 from esalberg/status
Add ability to set status_command
Merge pull request #264 from puppetlabs/maint_modsync_1d81b6a
(maint) - modulesync 1d81b6a
(fix) tomcat::war copy the war as root user and not as tomcat
the module puppet-archive only uses the $user/$group when unpacking the file, not when only downloading the file (extract => false) fixed it using a subscribed file-resource contribution for the #puppethack (MODULES-1924)
Merge pull request #265 from ralfbosz/fix/userwar
[#puppethack] tomcat::war copy the war as root user and not as tomcat
Merge pull request #266 from adsully/patch-1
Syntax error when $addto parameter set in tomcat::setenv::entry
Merge pull request #267 from puppetlabs/maint_modsync_384f4c1
(maint) - modulesync 384f4c1
Merge pull request #268 from willmeek/tomcat_test_fix
Fix Tomcat tests for Tomcat8
Merge pull request #273 from puppetlabs/msync_MODULES-6339
(maint) modulesync 65530a4 Update Travis
Fixes Gemfile and avoid break in future module syncs.
Currently the .sync file has a system-test group. It should have system_test therefore this is changed and the Gemfile has been changed. The changes will stop modulesync breaking this in the future.
Merge pull request #274 from pmcmaw/gemfile_fix
Fixes Gemfile and avoid break in future module syncs.
Merge pull request #277 from puppetlabs/master
Merge master into release to solve bug
Merge pull request #276 from jbondpdx/release
minor edits for consistency
Edit the page from which acceptance test sources the common daemon ve…
…rsion It is possible that Tomcat 8 and the very latest common daemon version could diverge. This commit changes the way in which the test gets the common daemon version from looking for latest to looking for the version from the actual Tomcat build properties.
Merge pull request #271 from willmeek/tomcat_get_daemon_version
Edit the page from which acceptance test sources the common daemon ve…
Addition of protocol flag -1 to curl command
Merge pull request #281 from HelenCampbell/curlfix
Addition of protocol flag -1 to curl command
Fix failing curl command by using http and adding retries
Merge pull request #282 from HelenCampbell/warfix
Fix failing curl command All green and sweet