Skip to content

Commit

Permalink
[gdm] Ubuntu calls gdm, gdm3
Browse files Browse the repository at this point in the history
Resolves: sosreport#1937

Signed-off-by: Bryan Quigley <bryan.quigley@canonical.com>
  • Loading branch information
Bryan Quigley committed Feb 11, 2020
1 parent 4a77a4a commit 4c7ec26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sos/plugins/gdm.py
Expand Up @@ -15,7 +15,7 @@ class Gdm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):

plugin_name = 'gdm'
profiles = ('desktop',)
packages = ('gdm',)
packages = ('gdm', 'gd3',)

def setup(self):
self.add_copy_spec("/etc/gdm/*")
Expand Down

0 comments on commit 4c7ec26

Please sign in to comment.