From 7bc6556eaabed9a3cb0d1ab3a863e6de3a9eb742 Mon Sep 17 00:00:00 2001 From: Bryan Quigley Date: Tue, 22 May 2018 14:31:45 -0400 Subject: [maas] add package checks Previously this had no checks and would run on every Ubuntu machine - the majority of which are not maas servers Resolves: #1309 Signed-off-by: Bryan Quigley Signed-off-by: Bryn M. Reeves --- sos/plugins/maas.py | 1 + 1 file changed, 1 insertion(+) diff --git a/sos/plugins/maas.py b/sos/plugins/maas.py index 65c15915..f8305406 100644 --- a/sos/plugins/maas.py +++ b/sos/plugins/maas.py @@ -17,6 +17,7 @@ class Maas(Plugin, UbuntuPlugin): plugin_name = 'maas' profiles = ('sysmgmt',) + packages = ('maas', 'maas-common') option_list = [ ('profile-name', -- cgit