puppetlabs-tomcat
puppetlabs-tomcat copied to clipboard
PuppetLabs Tomcat module
## Use Case The Parameter `$additional_attributes` may contain sensitive Data like Passwords, which should not be revealed by Puppet, f.e. in File-Diffs. ## Describe the Solution You Would Like The...
## Summary Workaround ## Checklist - [x] Manually verified. (For example `puppet apply`)
## Describe the Bug The way archive is used with the installation from source does not work in my setup. It seems curl doesn't download the archive. ## Expected Behavior...
(CAT-1256) Roll out puppetlabs-puppet-lint and puppetlabs-rspec-puppet through spec_helper v7.0 pdk version: `2.7.0`
## Describe the Bug It appears that the following classes act on the `server.xml` file before that file is actually copied to the instance's config directory from the home config...
## Use Case Maybe I missed it, but I can't figure out how to use this module to configure a tomcat 10 with TLS support. Since Version 8.5 an SSLHostConfig...
## Summary Adding support for sslhostconfig options. ``` ``` read more about it in tomcat [docs](https://tomcat.apache.org/tomcat-10.1-doc/ssl-howto.html#Edit_the_Tomcat_Configuration_File) ## Additional Context Add any additional context about the problem here. - [ ]...
(PF-3525) - pdk update for module pdk version: `3.2.0`
## Describe the Bug Puppet run error: Error: /Stage[main]/Tomcatdeploy::Server/Tomcat::Config::Server::Tomcat_users[role1]/Augeas[/usr/share/tomcat9-tomcat_users-role-monrole-role1]: Could not evaluate: Unknown command Deferred ## Expected Behavior We use the puppet forge tomcat with a wrapper to specify the...
## Summary If multiple tomcat instances are needed on a host, there is a file resource clash with the default webapps. This small PR makes that resource unique.