Add .ruby-version file to .gitignore
Added the rbenv .ruby-version file to gitignore
Add a 'require => Tomcat::Install[$name]' to the ensure_resource function at line 78
Remove offending block referenced in MODULES-4003
Removing logic that checks to see if catalina_base and catalina_home are the same. This is being done as the catalina_home directory is only created if its path doesn't match catalina_base. In that case, it creates an empty directory that is unused by the module anyway.
Merge pull request #184 from dhollinger/master
#[puppethack] MODULES-4003 Fix ordering issue when using a package for installation
Added newline to the inline template assigned to $_content. This has been applied to both potential values that $_content can be set to.
Merge pull request #185 from dhollinger/MODULES-1986
#[puppethack] Fix MODULES-1986
Added mode attribute to concat resource that sets the executable bit for all permission levels.
Merge pull request #186 from dhollinger/MODULES-3224
#[puppethack] Fix MODULES-3224
Merge pull request #189 from puppetlabs/modsync
(FM-5972) gettext and spec.opts
Merge pull request #187 from ralfbosz/staging
[#puppethack] Fix fixtures.yml
Merge pull request #181 from eputnam/specopts
(FM-5939) removes spec.opts
MODULES-4238 fix #184 create $catalina_home
Merge pull request #190 from tphoney/MODULES-4238
MODULES-4238 fix #184 create $catalina_home
Add Environment elements. (#169)
* Add ability to add `Environment` elements. - Add optional `$type` parameter to globalnamingresources that allows the definition of the element to be used. Use "Environment" to set an environment. - Allow the resource name to be overridden with a new `$resource_name` parameter. * Fix validation errors in Travis.
Merge pull request #173 from MiamiOH/add_proxy_support
Add proxy / environment support for tomcat::install
adds Ubuntu 16.04 to supported ubuntu platforms on metadata.json
MODULES-4261: Allow newer puppet-staging module in depenedencies
Merge pull request #192 from puppetlabs/hunner_msync
(MODULES-4097) Sync travis.yml
Merge pull request #195 from puppetlabs/hunner_msync
(MODULES-4098) Sync the rest of the files
(maint) Fix duplicate resources in host/realm/valve
The augeas resources created by
tomcat::config::server::{host,realm,valve} did not use $name in the
title of the resource so could cause duplicate resource declarations in
the case of unique titles but multiple identical class_name values.
Reported by a customer trying to use multiple LDAP realmsMerge pull request #197 from hunner/fix_dupes
(maint) Fix duplicate resources in host/realm/valve
Merge pull request #198 from sgnl05/master
Fix faulty header and link in ToC
Merge pull request #194 from ohioit/manage-properties
Ability to not manage catalina.properties.
[MODULES-4528] Replace Puppet.version.to_f version comparison from sp…
…ec_helper.rb
Merge pull request #199 from puppetlabs/modules-4528
[MODULES-4528] Replace Puppet.version.to_f version comparison from spec_helper.rb
Merge pull request #200 from pmcmaw/FM-6116-add-tomcat-pot
(FM-6116) - Adding POT file for metadata.json
[msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.j…
…son from locales config
[maint] Fix puppet-lint warnings introduced with 2.2.0 puppet-lint re…
…lease
Merge pull request #193 from jearls/MODULES-4261-allow-newer-puppet-s…
…taging-module MODULES-4261: Allow newer puppet-staging module in depenedencies
Merge pull request #201 from puppetlabs/modules-4506
[msync] 786266 Implement puppet-module-gems, a45803 Remove metadata.json from locales config
[MODULES-4326] Edit README.md to prep for localization and Puppet Str…
…ings
Merge pull request #202 from wilson208/modules-4506
[MODULES-4326] Edit README.md to prep for localization
(MODULES-4326) few minor fixups pre-loc
[MODULES-4654] Add SLES to metadata.json
Merge pull request #204 from wilson208/sles-metadata
[MODULES-4654] Add SLES to metadata.json
Merge pull request #203 from jbondpdx/master
(MODULES-4326) few minor fixups pre-loc
(FM-6166) - Removing concat-fragment 'ensure'
Due to concat Puppet 4 release, the 'ensure' parameter has now been deprecated. Removing the 'ensure' parameter within concat-fragmentfrom the code base.