aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryn M. Reeves <bmr@redhat.com>2017-08-31 14:38:18 +0100
committerBryn M. Reeves <bmr@redhat.com>2017-11-01 14:18:00 +0000
commit1370f5c0176fca01dab780e8897862b67da05810 (patch)
treece0fd7b38e76db9d23ac21dc2250ed0790ed4776
parent1a0ebe1f82b347f9eefa47e44c9573ada94d846b (diff)
downloadsos-1370f5c0176fca01dab780e8897862b67da05810.tar.gz
[gdm] add missing packages list
Signed-off-by: Bryn M. Reeves <bmr@redhat.com>
-rw-r--r--sos/plugins/gdm.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sos/plugins/gdm.py b/sos/plugins/gdm.py
index 226010a2..e23bc9dc 100644
--- a/sos/plugins/gdm.py
+++ b/sos/plugins/gdm.py
@@ -21,6 +21,7 @@ class Gdm(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
plugin_name = 'gdm'
profiles = ('desktop',)
+ packages = ('gdm',)
def setup(self):
self.add_copy_spec("/etc/gdm/*")