Skip to content

Commit

Permalink
[tomcat] Enable the plugin by pki-servlet-engine package
Browse files Browse the repository at this point in the history
pki-servlet-engine implements Tomcat as well, let add the package to the
plugin's triggers.

Resolves: #3640

Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
  • Loading branch information
pmoravec committed May 12, 2024
1 parent bd3c1ac commit f96de7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sos/report/plugins/tomcat.py
Expand Up @@ -16,7 +16,8 @@ class Tomcat(Plugin, RedHatPlugin):
plugin_name = 'tomcat'
profiles = ('webserver', 'java', 'services', 'sysmgmt')

packages = ('tomcat', 'tomcat6', 'tomcat7', 'tomcat8')
packages = ('tomcat', 'tomcat6', 'tomcat7', 'tomcat8',
'pki-servlet-engine')

def setup(self):
self.add_copy_spec([
Expand Down

0 comments on commit f96de7f

Please sign in to comment.