Commits on Dec 17, 2015

  1. Merge pull request #115 from puppetlabs/1.4.x

    Mergeback 1.4.x
    bmjen committed Dec 17, 2015
    Configuration menu
    Copy the full SHA
    c344651 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2016

  1. Configuration menu
    Copy the full SHA
    5c8d979 View commit details
    Browse the repository at this point in the history
  2. (#2984) Add support for host aliases

    Add an optional $aliases parameter to tomcat::config::server::host
    to allow the management of Alias entries within the Host entry.
    If the parameter is omitted, any existing Alias entries within the Host
    XML element are left unaltered.  Otherwise, the set of Alias entries
    within the Host entry are set to match the content of the $aliases array.
    (An empty array is supported, which allows any existing Alias entries to be
    removed.)
    kdhquickitt committed Jan 18, 2016
    Configuration menu
    Copy the full SHA
    05df62b View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2016

  1. Merge pull request #118 from kdhquickitt/2984-host-aliases

    MODULES-2984 - Add support for host aliases
    tphoney committed Jan 21, 2016
    Configuration menu
    Copy the full SHA
    a1b2bda View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2016

  1. Configuration menu
    Copy the full SHA
    6858b9e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from DavidS/fm-4049-update-msync

    (FM-4049) update to modulesync_configs
    hunner committed Jan 27, 2016
    Configuration menu
    Copy the full SHA
    eb116b4 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2016

  1. Configuration menu
    Copy the full SHA
    9f5edd7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #120 from squarit/square

    Allow puppetlabs-concat 2.x
    bmjen committed Feb 3, 2016
    Configuration menu
    Copy the full SHA
    cb33a87 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2016

  1. Configuration menu
    Copy the full SHA
    c184ced View commit details
    Browse the repository at this point in the history
  2. Merge pull request #121 from hunner/typo

    This example should say absent
    bmjen committed Feb 4, 2016
    Configuration menu
    Copy the full SHA
    cea1a98 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2016

  1. support catalina_base properly

    The intent is that CATALINA_BASE is separate from CATALINA_HOME
    
    with this request CATALINA_HOME is where the apache-tomcat source is
    extracted to and CATALINA_BASE is where it is configured, where webapps
    are to be placed and where instances files (log, temp/work files) will
    be created
    
    It also includes
    
    - properties for catalina.properties (this is copied from CATALINA_HOME and others added as tomcat needs some of the settings from it)
    - jsvc-init - a init file for jsvc
    - support setenv adding parts to a common variable
    - (CATALINA_OPTS often wants many things added from different sources)
    - global naming resource - (I use it for database connections)
    - resourceLink in context.xml
    Neil Prockter authored and hunner committed Feb 5, 2016
    2 Configuration menu
    Copy the full SHA
    ac10848 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Add Context Resource and ResourceLink manifests, tests and documentation

    Conflicts:
    	manifests/config/context/resourcelink.pp
    bryanjbelanger authored and hunner committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    8281569 View commit details
    Browse the repository at this point in the history
  2. Clean up PR #76, #108, #109

    A lot of work was put in by Bryan Belanger <bbelanger@azcender.com> and
    Neil Prockter <prockter@lse.ac.uk> to enable the tomcat module to use an
    init script when installed from source, work with multiple instances
    installed in separate catalina_home directories, and fill gaps in the
    available resources.
    
    This cleans up the three pull requests mentioned above and updates tests
    and docs.
    
    As of yet no acceptance tests have been written.
    hunner committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    e050bb8 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #122 from hunner/merge_1727

    Clean up PR #76, #108, #109
    tphoney committed Feb 10, 2016
    Configuration menu
    Copy the full SHA
    a42d6c7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

  1. (FM-4046) Update to current msync configs [006831f]

    This moves all copyright statements to the NOTICE file in accordance with the ASFs guidelines on applying the Apache-2.0 license.
    DavidS committed Feb 16, 2016
    Configuration menu
    Copy the full SHA
    105c9a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. Merge pull request #123 from DavidS/fm-4046-update-msync

    (FM-4046) Update to current msync configs [006831f]
    Helen committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    b6cb24c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab2b871 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #124 from DavidS/debian-8-support

    Update metadata to note Debian 8 support
    Helen committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    3fc6cb4 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2016

  1. Fix base/home installation

    Tomcat is traditionally installed into catalina_home, and multiple
    instances can be created by using a custom catalina_base per instance.
    The previous iteration of this was buggy, so this commit implements a
    new defined resource tomcat::install which is used for declaring each
    install of the software into a catalina_home, and then tomcat::instance
    can deploy an instance from catalina_home to catalina_base and declare a
    tomcat::service to go along with it.
    
    The base class is used to set a few defaults to be used by all
    instances.
    
    If the old behavior is to be used, this is still possible.
    hunner committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    7a7a375 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2016

  1. Merge pull request #125 from hunner/fix_service

    Fix home/base installation
    bmjen committed Mar 1, 2016
    Configuration menu
    Copy the full SHA
    218f829 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2016

  1. Fix for older concats

    Older concats need order to be a string, not an integer.
    hunner committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    bd111a1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #127 from hunner/older_concat

    Fix for older concats
    bmjen committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    46fd7cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    887d534 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #128 from hunner/finish_install

    Finish the install before creating instances
    bmjen committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    2743403 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7ca414b View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2016

  1. Merge pull request #129 from hunner/collector_function

    Remove function call from collector
    bmjen committed Mar 3, 2016
    Configuration menu
    Copy the full SHA
    51ef1f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2016

  1. Update for concat version install in spec helper

    Helen Campbell committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    f74b980 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #130 from HelenCampbell/concatDependancyUpdate

    Update for concat version install in spec helper
    bmjen committed Mar 7, 2016
    Configuration menu
    Copy the full SHA
    199ff8f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Update documentation and fix bugs

    The documentation needed to be updated for the new define
    tomcat::install and the documentation and usage around tomcat::instance
    needed to be updated. The tests test the examples used in the readme.
    
    The bugfixes:
    - Fix logic for setting tomcat::instance::manage_service
    - Reduce dependencies in multi-instance cases.
    hunner committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    8463253 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #131 from hunner/readme_updates

    Update documentation and fix bugs
    bmjen committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    7f29c60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    73c1726 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #132 from hunner/update_spec

    Forgot to update the spec with the other example
    bmjen committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    36cece1 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2016

  1. (maint) fix t::c::s::tomcat_users under strict variables

    This also removes a unnecessary flatten() call. All the arguments are
    strings or undef.
    DavidS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    feae6cd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #134 from DavidS/fix-strict-vars

    (maint) fix t::c::s::tomcat_users under strict variables
    jonnytdevops committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    9f7c3bc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e36bbdc View commit details
    Browse the repository at this point in the history
  4. fixing status function

    Status function does not return correct values, thus preventing Puppet reloading the service when needed.
    ndelic0 authored and DavidS committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    19dae88 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #135 from DavidS/fix-init-status

    fixes for jsvc-init script template
    Helen committed Apr 4, 2016
    Configuration menu
    Copy the full SHA
    817a956 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2016

  1. Configuration menu
    Copy the full SHA
    a3aa8b6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #136 from DavidS/update-readme-urls

    (maint) update tomcat v8 test URLs
    tphoney committed Apr 5, 2016
    Configuration menu
    Copy the full SHA
    617e685 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Release prep 1.5.0

    hunner committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    63256c5 View commit details
    Browse the repository at this point in the history
  2. (maint) Update to 7.0.69

    hunner committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    eb4e1db View commit details
    Browse the repository at this point in the history
  3. Merge pull request #140 from hunner/fix_specs

    (maint) Update to 7.0.69
    hunner committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    855bb58 View commit details
    Browse the repository at this point in the history