Commits on Nov 4, 2014

  1. Added Manifest for Listener

    Added Manifest and Tests for Listener Element in server.xml. Updated the README and added an example for Tomcat 7 Instance with JMX Listener.
    juame committed Nov 4, 2014
    Configuration menu
    Copy the full SHA
    b273848 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Added parent_server_port, fixed Attribute

    Added Parameter parent_server_port to select the server element.
    juame committed Nov 5, 2014
    Configuration menu
    Copy the full SHA
    3f6132e View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Merge pull request #62 from mhaskel/merge_1.2.x

    Merge 1.2.x
    cyberious committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    136b243 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2014

  1. Configuration menu
    Copy the full SHA
    728d65b View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2014

  1. Clarify docs for tomcat::service

    There was some confusion about whether or not this manifest would
    provide an init script, so add a note in the README.
    Morgan Haskel committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    c9adaa5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #63 from mhaskel/MODULES-1499

    Clarify docs for tomcat::service
    cmurphy committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    1f3335f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1 from mhaskel/MODULES-1415

    Allow Listener to be nested below Server, Engine, or Host elements
    juame committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    d9bf845 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from juame/MODULES-1415-ServerListener

    Added Manifest for Listener
    Morgan Haskel committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    3c0a3ca View commit details
    Browse the repository at this point in the history
  5. Update additional_attributes to support values with spaces

    The value needs to be quoted so the augeas command works properly.
    Morgan Haskel committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    2a0aba8 View commit details
    Browse the repository at this point in the history
  6. Exporting setenv.sh entries to make them operational

    Marcin Kulisz authored and Morgan Haskel committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    668e3d4 View commit details
    Browse the repository at this point in the history
  7. Rebase of #34 - export setenv entries

    Make sure setenv entries have `export`, and update tests accordingly
    
    Fixes #34
    Morgan Haskel committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    062492a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #64 from mhaskel/MODULES-1492

    Update additional_attributes to support values with spaces
    cmurphy committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    694f1c6 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #65 from mhaskel/rebase_34

    Rebase of #34 - export setenv entries
    cmurphy committed Nov 18, 2014
    Configuration menu
    Copy the full SHA
    d6d0371 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2014

  1. Context Container below Host element in server.xml

    Add a manifest for Context Containers in Tomcat configuration file 'server.xml'. Wrote some Context specific tests. Updated the readme and added an example.
    juame committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    dcc14e6 View commit details
    Browse the repository at this point in the history
  2. (FM-2010) Tomcat download mirrors are flaky (tests)

    This refactors out download urls in the test manifests and parametrizes
    them within the spec_helper_acceptance.rb to allow using internal
    resources (default if ran in CI)
    justinstoller committed Nov 19, 2014
    Configuration menu
    Copy the full SHA
    e9c2475 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2014

  1. Add metadata summary per FM-1523

    Lauren Rother committed Nov 21, 2014
    Configuration menu
    Copy the full SHA
    6642a46 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2014

  1. Merge pull request #68 from laurenrother/summary

    Add metadata summary per FM-1523
    Morgan Haskel committed Nov 26, 2014
    Configuration menu
    Copy the full SHA
    6cccefa View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2014

  1. Configuration menu
    Copy the full SHA
    1830bbf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #69 from justinstoller/maint/master/geppetto-update

    Update for using Geppetto plugin in CI
    Morgan Haskel committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    d715b36 View commit details
    Browse the repository at this point in the history
  3. Manage User and Roles in Realms

    Configures user and role elements for UserDatabaseRealm or MemoryRealm in $CATALINA_BASE/conf/tomcat-users.xml or any other specified file.
    juame committed Dec 2, 2014
    Configuration menu
    Copy the full SHA
    a9dc3c1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2014

  1. Merge pull request #67 from justinstoller/maint/master/FM-2010_use_in…

    …ternal_mirrors
    
    (FM-2010) Tomcat download mirrors are flaky (tests)
    Morgan Haskel committed Dec 18, 2014
    Configuration menu
    Copy the full SHA
    87ef0fe View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2014

  1. Configuration menu
    Copy the full SHA
    ba4f46d View commit details
    Browse the repository at this point in the history
  2. Sync with modulesync

    Colleen Murphy committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    f800573 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from cmurphy/master

    Sync with modulesync
    Morgan Haskel committed Dec 29, 2014
    Configuration menu
    Copy the full SHA
    3a4e93f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2015

  1. Merge pull request #66 from juame/MODULES-1513

    Context Container below Host element in server.xml
    Morgan Haskel committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    f7591e3 View commit details
    Browse the repository at this point in the history
  2. Initial revision of manifest and spec tests for managing Realm elemen…

    …ts in server.xml. Updated README and added an example manifest for Tomcat 8 showing configuration of a JNDIRealm.
    surry committed Jan 3, 2015
    Configuration menu
    Copy the full SHA
    6a364c9 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2015

  1. Merge pull request #73 from surry/MODULES-1526

    Added manifest for managing Realm elements in server.xml
    Morgan Haskel committed Jan 7, 2015
    3 Configuration menu
    Copy the full SHA
    380dab3 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2015

  1. Pin rspec gems

    Colleen Murphy committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    5b486eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #75 from cmurphy/rspec

    Pin rspec gems
    hunner committed Feb 4, 2015
    Configuration menu
    Copy the full SHA
    ed7b507 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2015

  1. Merge pull request #70 from juame/MODULES-1546

    Manage User and Roles in Realms
    Morgan Haskel committed Feb 19, 2015
    Configuration menu
    Copy the full SHA
    2505900 View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2015

  1. Being able to ordering setenv entries.

    Israel Calvete authored and icalvete committed Mar 5, 2015
    Configuration menu
    Copy the full SHA
    050960e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2015

  1. Merge pull request #74 from icalvete/master

    Being able to ordering setenv entries.
    Morgan Haskel committed Mar 13, 2015
    Configuration menu
    Copy the full SHA
    f22512c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2015

  1. Configuration menu
    Copy the full SHA
    bda8b74 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #77 from bmjen/add-enable-attr-to-service

    Adds parameter for enabling Tomcat service on boot
    Morgan Haskel committed Mar 17, 2015
    Configuration menu
    Copy the full SHA
    35a08cc View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2015

  1. Update tests for rspec-puppet 2

    This patch uses `catalogue` instead of `should compile` or
    `is_expected.to compile` since only `catalogue` properly contains the
    actual puppet error. We also unpin rspec-puppet.
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    daf90d8 View commit details
    Browse the repository at this point in the history
  2. Fixes for future parser

    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    b529f17 View commit details
    Browse the repository at this point in the history
  3. Remove unneeded dependencies

    puppetlabs_spec_helper handles these dependencies for us.
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    2a0faaf View commit details
    Browse the repository at this point in the history
  4. Fix lint errors and ensure lint fails on warnings

    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    36c3c67 View commit details
    Browse the repository at this point in the history
  5. Update .travis.yml

    This commit makes the following changes to the test matrix:
    
    - Runs tests on ruby 2.1.5 instead of 2.0.0
    - Adds an environment to run on an intermediate 3.x puppet version
      instead of latest (specifically 3.4.x)
    - Adds an environment to run with the future parser on latest puppet.
      This would affect the test runs for the validate and spec checks.
    - Runs the tests on docker
    Colleen Murphy committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    365b459 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #79 from cmurphy/rspec-puppet-2

    Test updates and lint fixes
    Morgan Haskel committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    0b0fa35 View commit details
    Browse the repository at this point in the history
  7. (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...

    puppetdb, etc
    
    - support for BEAKER_VERSION and BEAKER_RSPEC_VERSION in gemfile
    Alice Nodelman committed Mar 24, 2015
    Configuration menu
    Copy the full SHA
    53270f2 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2015

  1. Merge pull request #80 from anodelman/master

    (BKR-147) add Gemfile setting for BEAKER_VERSION for puppet...
    justinstoller committed Mar 27, 2015
    Configuration menu
    Copy the full SHA
    c2d20f9 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2015

  1. (MODULES-1886) Add ability to specify server_config location

    Travis Fields authored and Morgan Haskel committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    d68b16e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4abbf39 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #82 from mhaskel/MODULES-1886

    (MODULES-1886) - Allow configuration of location of server.xml
    hunner committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    b2a9a75 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Updates README per DOC-1507

    1. Remove any "what this affects" sections, except where particularly warranted.
    2. Make sure that for each parameter, where applicable, there is a data type and a default value.
    3. Make sure that for each parameter that's applicable, there is a note if the parameter is optional.
    4. Make sure the links in the README work and are accurate.
    5. Update the link in the Contributing section to point here: https://docs.puppetlabs.com/forge/contributing.html
    6. General copyediting.
    
    Updates README with `server_config` parameters
    
    Incorporates and clarifies info added in 4abbf39 and d68b16e
    
    Also adds back the parameter definition for `purge_realms`, which had been accidentally removed.
    
    Alphabetizes parameter definitions
    
    I'd been holding off on rearranging the parameters in the Reference section, in order to produce a more legible diff. As a team, we've decided not to follow that practice, because it's time consuming and we'd prefer that the tech review include the entire updated README rather than just the parts that have changed.
    psoloway committed Apr 1, 2015
    Configuration menu
    Copy the full SHA
    e8ecd80 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2015

  1. Merge pull request #83 from psoloway/readme

    Updates README per DOC-1507
    Morgan Haskel committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    5add4b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Bind to concat 1.x

    Morgan Haskel committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    c8bcc55 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #84 from mhaskel/concat_updates

    Bind to concat 1.x
    bmjen committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    192613f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2015

  1. tomcat 7 mirror ran away

    Morgan Haskel committed Apr 28, 2015
    Configuration menu
    Copy the full SHA
    343d622 View commit details
    Browse the repository at this point in the history